We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a9158 commit 0c35cb3Copy full SHA for 0c35cb3
llvm/test/TableGen/MacroFusion.td
@@ -34,7 +34,7 @@ let Namespace = "Test" in {
34
def Inst0 : TestInst<0>;
35
def Inst1 : TestInst<1>;
36
let isCommutable = true in
37
-def Inst2 : TestInst<1>;
+def Inst2 : TestInst<2>;
38
39
def BothFusionPredicate: BothFusionPredicateWithMCInstPredicate<CheckRegOperand<0, X0>>;
40
def TestBothFusionPredicate: Fusion<"test-both-fusion-predicate", "HasBothFusionPredicate",
0 commit comments