[PATCH] D132978: [IRTranslator] Using ZExt for extractelement indices.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 27 06:08:28 PDT 2022
RKSimon 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
----------------
pengfei wrote:
> This seems redundant.
D123394 /might/ address this - it handles something similar in a couple of places.
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