Skip to content

Commit

Permalink
Update lib/Optimizer/Transforms/DecompositionPatterns.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Schweitz <[email protected]>
Signed-off-by: Pradnya Khalate <[email protected]>
  • Loading branch information
khalatepradnya and schweitzpgi authored Nov 23, 2024
1 parent f6bea16 commit 39526c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/Optimizer/Transforms/DecompositionPatterns.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -622,9 +622,10 @@ struct SToR1 : public OpRewritePattern<quake::SOp> {
}
};

// quake.s<adj> target
// quake.s<adj> [control] target
// ─────────────────────────────────
// (quake.z * quake.s) target
// quake.z [control] target
// quake.s [control] target
struct SAdjToSZ : public OpRewritePattern<quake::SOp> {
using OpRewritePattern<quake::SOp>::OpRewritePattern;

Expand Down

0 comments on commit 39526c4

Please sign in to comment.