[llvm] [VectorCombine][TTI] Prevent extract/ins rewrite to GEP (PR #150216)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 30 09:59:12 PDT 2025


Nathan =?utf-8?q?Gau=C3=ABr?= <brioche at google.com>,
Nathan =?utf-8?q?Gau=C3=ABr?= <brioche at google.com>,
Nathan =?utf-8?q?Gau=C3=ABr?= <brioche at google.com>,
Nathan =?utf-8?q?Gau=C3=ABr?= <brioche at google.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/150216 at github.com>


================
@@ -9,6 +9,13 @@ define void @insert_store(ptr %q, i8 zeroext %s) {
 ; CHECK-NEXT:    store i8 [[S:%.*]], ptr [[TMP0]], align 1
 ; CHECK-NEXT:    ret void
 ;
+; SPIRV-LABEL: @insert_store(
----------------
RKSimon wrote:

revert these (redundant) checks

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


More information about the llvm-commits mailing list