[PATCH] D129775: [x86] use zero-extending load of a byte outside of loops too
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 14 08:28:25 PDT 2022
RKSimon added inline comments.
================
Comment at: llvm/test/CodeGen/X86/ushl_sat_vec.ll:72
; X86-NEXT: movl {{[0-9]+}}(%esp), %edi
; X86-NEXT: movb {{[0-9]+}}(%esp), %cl
; X86-NEXT: movl {{[0-9]+}}(%esp), %ebx
----------------
Why did only 1 of these movb get extended?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129775/new/
https://reviews.llvm.org/D129775
More information about the llvm-commits
mailing list