[PATCH] D154078: [X86] Don't elide argument copies for scalarized vectors (PR63475)

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 13 05:47:22 PDT 2023


nikic added inline comments.


================
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
----------------
pengfei wrote:
> Is it out of bound?
It is... fixed in https://github.com/llvm/llvm-project/commit/f78a06ef111d619d160a92d1fd7553337a1921a1.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154078/new/

https://reviews.llvm.org/D154078



More information about the llvm-commits mailing list