[llvm] [MacroFusion] Support commutable instructions (PR #82751)
Pengcheng Wang via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 11 05:24:05 PDT 2024
================
@@ -78,7 +88,7 @@ def TestFusion: SimpleFusion<"test-fusion", "HasTestFusion", "Test Fusion",
// CHECK-PREDICATOR-NEXT: }
// CHECK-PREDICATOR-NEXT: return true;
// CHECK-PREDICATOR-NEXT: }
-// CHECK-PREDICATOR-NEXT: bool isTestFusion(
----------------
wangpc-pp wrote:
Which part of `scheduleAdjacentImpl` will create a NewMI?
https://github.com/llvm/llvm-project/pull/82751
More information about the llvm-commits
mailing list