================
@@ -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
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to