[llvm] [X86][GISel] Fix crash on bitcasting i16 <-> half with gisel enabled. (PR #168456)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 22 13:13:26 PST 2025


================
@@ -312,6 +312,55 @@ bool X86InstructionSelector::selectCopy(MachineInstr &I,
       }
     }
 
+    const int RegBankSize = 16;
----------------
RKSimon wrote:

Unused?

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


More information about the llvm-commits mailing list