[llvm-branch-commits] Add IR and codegen support for deactivation symbols. (PR #133536)
Matt Arsenault via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Mar 28 17:57:47 PDT 2025
================
@@ -878,6 +878,15 @@ class MachineInstr
return nullptr;
}
+ // FIXME: Move to Info.
----------------
arsenm wrote:
Should fix the fixme, also needs mir print/parse
https://github.com/llvm/llvm-project/pull/133536
More information about the llvm-branch-commits
mailing list