[PATCH] D125988: [x86][SelectionDAG] Unroll vectorized FREM instructions which will be lowered to libcalls
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 24 00:14:31 PDT 2022
RKSimon added inline comments.
================
Comment at: llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp:3703
+ // any other binary ops.
+ }
+ LLVM_FALLTHROUGH;
----------------
remove these braces now?
================
Comment at: llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp:3796
break;
- }
}
// If the target has custom/legal support for the scalar FP intrinsic ops
----------------
these braces can go now?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125988/new/
https://reviews.llvm.org/D125988
More information about the llvm-commits
mailing list