[PATCH] D78267: [InstCombine][SVE] Fix visitExtractElementInst for scalable type.
Huihui Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 7 14:09:08 PDT 2020
huihuiz added a comment.
In D78267#2025884 <https://reviews.llvm.org/D78267#2025884>, @thakis wrote:
> Looks like this breaks check-llvm at least on Linux: http://45.33.8.238/linux/17186/step_12.txt
>
> Can you take a look? If it takes a while to fix, please revert while you investigate.
Already adjusted test check-lines
-; CHECK-NEXT: [[TMP1:%.*]] = insertelement <vscale x 4 x i32> undef, i32 [[VEC_E0]], i32 0
+; CHECK-NEXT: [[TMP1:%.*]] = insertelement <vscale x 4 x i32> [[VEC]], i32 [[VEC_E0]], i32 0
Sorry , it wasn't caught by pre-checkin buildbot.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78267/new/
https://reviews.llvm.org/D78267
More information about the llvm-commits
mailing list