[PATCH] D84238: [PowerPC] Set v1i128 to expand for SETCC to avoid crash
Zhang Kang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 22 09:39:56 PDT 2020
ZhangKang added a comment.
> The new test makes more sense to me. Can you please use this one ? So, yes, mark the v1i128 as expand so that, we won't have any setcc with v1i128 after type legalization, which fix the crashing you see when we are trying to select an opcode for v1i128.
Have updated the test case.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84238/new/
https://reviews.llvm.org/D84238
More information about the llvm-commits
mailing list