[llvm] [VectorCombine] Preserve unsigned indices in scalarized GEPs (PR #212470)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 16 04:09:51 PDT 2026
================
@@ -0,0 +1,162 @@
+; RUN: split-file %s %t
+; RUN: opt -S -passes=vector-combine -verify-each -mtriple=x86_64-unknown-linux-gnu -mcpu=x86-64-v4 < %t/load.ll | FileCheck %s --check-prefix=LOAD
----------------
ParkHanbum wrote:
got it!
https://github.com/llvm/llvm-project/pull/212470
More information about the llvm-commits
mailing list