[PATCH] D154228: [GVN] Use vector ops when doing loadCoercion on a vector value
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 17 07:59:20 PDT 2023
nikic added a comment.
This causes an assertion failure:
define i11 @test(ptr %loc, <4 x i6> %v) {
store <4 x i6> %v, ptr %loc
%ref = load i11, ptr %loc
ret i11 %ref
}
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154228/new/
https://reviews.llvm.org/D154228
More information about the llvm-commits
mailing list