[PATCH] D154078: [X86] Don't elide argument copies for scalarized vectors (PR63475)
Phoebe Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 13 05:14:39 PDT 2023
pengfei accepted this revision.
pengfei added a comment.
This revision is now accepted and ready to land.
LGTM. I don't think the calling convention of illegal type matters much and we can always change it in the future.
================
Comment at: llvm/test/CodeGen/X86/pr63475.ll:101-102
call void @use(i32 %extract6)
%extract7 = extractelement <7 x i32> %arg, i64 7
call void @use(i32 %extract7)
ret void
----------------
Is it out of bound?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154078/new/
https://reviews.llvm.org/D154078
More information about the llvm-commits
mailing list