[PATCH] D141668: [X86] Do not lower INSERT_VECTOR_ELT to vselect for vXf16 without BWI
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 13 02:35:11 PST 2023
RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.
LGTM with a few minor style suggestions
================
Comment at: llvm/test/CodeGen/X86/pr59980.ll:7
+
+define swiftcc void @"$ss7Float16V13SIMD16StorageVyABSicipADTk"(%Ts7Float16V* noalias nocapture dereferenceable(2) %0, %Ts7Float16V13SIMD16StorageV* nocapture dereferenceable(32) %1, i8* %2) #0 {
+; CHECK-LABEL: $ss7Float16V13SIMD16StorageVyABSicipADTk:
----------------
(style) simplify these names / types and attributes (define void @PR59980) - strip noalias/nocapture/dereferenceable etc.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141668/new/
https://reviews.llvm.org/D141668
More information about the llvm-commits
mailing list