[llvm] [llvm][AArch64] Copy all operands when expanding BLR_BTI bundle (PR #78267)

Eli Friedman via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 17 14:15:50 PST 2024


https://github.com/efriedma-quic approved this pull request.

LGTM

Copying all the operands makes sense; the pseudo-instruction is basically a call instruction, so all the operands should be relevant.

https://github.com/llvm/llvm-project/pull/78267


More information about the llvm-commits mailing list