[llvm] [RISCV] Use TableGen-based macro fusion (PR #72224)
Mikhail Gudim via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 14 09:14:36 PST 2023
================
@@ -0,0 +1,208 @@
+//===--- MacroFusionPredicatorEmitter.cpp - Generator for MacroFusion ----===//
----------------
mgudim wrote:
I wonder if we could use MIR Patterns (https://llvm.org/docs/GlobalISel/MIRPatterns.html) to identify fusions
https://github.com/llvm/llvm-project/pull/72224
More information about the llvm-commits
mailing list