[llvm-branch-commits] [llvm] Add IR and codegen support for deactivation symbols. (PR #133536)
Florian Mayer via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Nov 24 19:08:49 PST 2025
================
@@ -2350,6 +2350,7 @@ class BImm<bit op, dag iops, string asm, list<dag> pattern>
let Inst{25-0} = addr;
let DecoderMethod = "DecodeUnconditionalBranch";
+ let supportsDeactivationSymbol = true;
----------------
fmayer wrote:
is there a reason we use `true` here and `1` in the InstrInfo? consistency would make it slightly easier to grep
https://github.com/llvm/llvm-project/pull/133536
More information about the llvm-branch-commits
mailing list