[PATCH] D72906: [X86] Improve X86 cmpps/cmppd/cmpss/cmpsd intrinsics with strictfp

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 24 18:34:11 PST 2020


craig.topper updated this revision to Diff 240347.
craig.topper edited the summary of this revision.
craig.topper added a comment.

Use x86 specific intrinsics for the true/false case.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72906/new/

https://reviews.llvm.org/D72906

Files:
  clang/lib/CodeGen/CGBuiltin.cpp
  clang/test/CodeGen/avx-builtins-constrained.c
  clang/test/CodeGen/avx512f-builtins-constrained.c
  clang/test/CodeGen/avx512vl-builtins-constrained.c
  clang/test/CodeGen/sse-builtins-constrained.c
  clang/test/CodeGen/sse2-builtins-constrained.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72906.240347.patch
Type: text/x-patch
Size: 200252 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200125/7b316526/attachment-0001.bin>


More information about the cfe-commits mailing list