[PATCH] D141668: [X86] Do not lower INSERT_VECTOR_ELT to vselect for vXf16 without BWI

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 13 07:02:44 PST 2023


lebedev.ri added inline comments.


================
Comment at: llvm/test/CodeGen/X86/pr59980.ll:27
+entry:
+  %._value = bitcast i8* %2 to i64*
+  %3 = load i64, i64* %._value, align 8
----------------
Please don't add new tests with typed pointers.


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