[llvm] [AArch64][GlobalISel] Don't crash when legalising vector G_SHL (PR #168848)

Nathan Corbyn via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 1 08:34:57 PST 2025


================
@@ -1033,6 +1033,34 @@ define <2 x i128> @lshr_v2i128(<2 x i128> %0, <2 x i128> %1){
     ret <2 x i128> %3
 }
 
+define <2 x i8> @pr168848() {
----------------
cofibrant wrote:

(Can confirm it still crashes, just updating the check lines now)

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


More information about the llvm-commits mailing list