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

via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 22 15:24:16 PST 2025


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

removed :) 

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


More information about the llvm-commits mailing list