[PATCH] D132978: [CodeGen] Using ZExt for extractelement indices.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 28 14:06:03 PDT 2022
efriedma added a comment.
> Since out of bounds returns poison, I believe we can use an any extend here.
I think any_extend is too aggressive. But we could check isSExtCheaperThanZExt(), sure.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132978/new/
https://reviews.llvm.org/D132978
More information about the llvm-commits
mailing list