Skip to content

Commit

Permalink
Revert "Add support for single reductions in ComplexDeinterleavingPass (
Browse files Browse the repository at this point in the history
  • Loading branch information
fhahn committed Dec 18, 2024
1 parent fc97d2e commit 76714be
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1,434 deletions.
2 changes: 0 additions & 2 deletions llvm/include/llvm/CodeGen/ComplexDeinterleavingPass.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ struct ComplexDeinterleavingPass
enum class ComplexDeinterleavingOperation {
CAdd,
CMulPartial,
CDot,
// The following 'operations' are used to represent internal states. Backends
// are not expected to try and support these in any capacity.
Deinterleave,
Expand All @@ -44,7 +43,6 @@ enum class ComplexDeinterleavingOperation {
ReductionPHI,
ReductionOperation,
ReductionSelect,
ReductionSingle
};

enum class ComplexDeinterleavingRotation {
Expand Down
Loading

0 comments on commit 76714be

Please sign in to comment.