[llvm] [GlobalIsel][NFC] Hygiene (PR #109047)

Thorsten Schütt via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 17 22:59:55 PDT 2024


================
@@ -160,23 +160,8 @@ bool CombinerHelper::matchExtractVectorElementWithBuildVector(
   //  %extract:_(32) = COPY %arg1(s32)
   //
   //
-  //
-  //  %bv:_(<2 x s32>) = G_BUILD_VECTOR %arg1(s32), %arg2(s32)
----------------
tschuett wrote:

The index is never `opaque`. It is always a constant due to the pattern.

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


More information about the llvm-commits mailing list