[PATCH] D71971: [X86] Potential improvement for v4i32->v4f64 uint_to_fp for AVX1/AVX2 targets.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 2 09:01:30 PST 2020
RKSimon added inline comments.
================
Comment at: llvm/test/CodeGen/X86/vec_int_to_fp.ll:3721
+; AVX1-NEXT: vpor {{.*}}(%rip), %xmm0, %xmm0
+; AVX1-NEXT: vsubpd {{.*}}(%rip), %xmm0, %xmm0
+; AVX1-NEXT: retq
----------------
Why does it have separate constant loads for OR/FSUB - do they have to be treated as volatile?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71971/new/
https://reviews.llvm.org/D71971
More information about the llvm-commits
mailing list