[PATCH] D122475: [X86] Refactor X86ScalarSSEf16/32/64 with hasFP16/SSE1/SSE2. NFCI
Phoebe Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 25 05:16:05 PDT 2022
pengfei added inline comments.
================
Comment at: llvm/lib/Target/X86/X86FastISel.cpp:534
case MVT::f64:
- if (X86ScalarSSEf32) {
if (IsNonTemporal && HasSSE4A)
----------------
This looks a bug to me, but no test is affected by this change.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122475/new/
https://reviews.llvm.org/D122475
More information about the llvm-commits
mailing list