[llvm] [llvm][AArch64] Preserve regmask when expanding the BLR_BTI pseudo instruction (PR #73927)
David Spickett via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 30 04:38:42 PST 2023
================
@@ -838,6 +838,13 @@ bool AArch64ExpandPseudo::expandCALL_BTI(MachineBasicBlock &MBB,
Call->addOperand(CallTarget);
Call->setCFIType(*MBB.getParent(), MI.getCFIType());
----------------
DavidSpickett wrote:
Much cleaner, thanks!
https://github.com/llvm/llvm-project/pull/73927
More information about the llvm-commits
mailing list