[llvm] [VectorCombine] Preserve unsigned indices in scalarized GEPs (PR #212470)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 16 03:32:44 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
----------------
RKSimon wrote:

just using default (no -mcpu) would be fine as well if there's no difference

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


More information about the llvm-commits mailing list