[llvm] feat: add GlobalISel combine (PR #181486)
Luisa Cicolini via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 14 08:35:25 PST 2026
================
@@ -238,7 +238,7 @@ bool GIMatchTableExecutor::executeMatchTable(
assert(State.MIs[InsnID] != nullptr && "Used insn before defined");
const int64_t Opcode = State.MIs[InsnID]->getOpcode();
-
+
----------------
luisacicolini wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/181486
More information about the llvm-commits
mailing list