[llvm] [AArch64][GlobalISel] Add lowering for constant BIT/BIF/BSP (PR #65897)

Amara Emerson via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 10 07:55:50 PDT 2023


================
@@ -216,7 +216,7 @@ def G_PREFETCH : AArch64GenericInstruction {
 }
 
 // Generic bitwise insert if true.
-def G_BIT : AArch64GenericInstruction {
+def G_BSP : AArch64GenericInstruction {
----------------
aemerson wrote:

And this opcode needs a bit of documentation since it's not a real AArch64 instruction.

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


More information about the llvm-commits mailing list