[PATCH] D132978: [IRTranslator] Using ZExt for extractelement indices.
Phoebe Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 27 06:11:01 PDT 2022
pengfei added inline comments.
================
Comment at: llvm/test/CodeGen/X86/vec_extract.ll:114
+; X32-NEXT: movaps %xmm0, (%eax)
+; X32-NEXT: xorps %xmm0, %xmm0
; X32-NEXT: retl
----------------
RKSimon wrote:
> pengfei wrote:
> > This seems redundant.
> D123394 /might/ address this - it handles something similar in a couple of places.
That's great :)
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