Skip to content

Commit 76714be

Browse files
committed
1 parent fc97d2e commit 76714be

File tree

4 files changed

+25
-1434
lines changed

4 files changed

+25
-1434
lines changed

llvm/include/llvm/CodeGen/ComplexDeinterleavingPass.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ struct ComplexDeinterleavingPass
3535
enum class ComplexDeinterleavingOperation {
3636
CAdd,
3737
CMulPartial,
38-
CDot,
3938
// The following 'operations' are used to represent internal states. Backends
4039
// are not expected to try and support these in any capacity.
4140
Deinterleave,
@@ -44,7 +43,6 @@ enum class ComplexDeinterleavingOperation {
4443
ReductionPHI,
4544
ReductionOperation,
4645
ReductionSelect,
47-
ReductionSingle
4846
};
4947

5048
enum class ComplexDeinterleavingRotation {

0 commit comments

Comments
 (0)