As noted in the comment, we can extend this from just 'and' ops to the other logic ops if this is a good solution.
This is related to, but does not solve:
https://llvm.org/bugs/show_bug.cgi?id=22428
Paths
| Differential D13065
[x86] replace integer 'and' ops with packed SSE FP 'and' ops when operating on FP scalars ClosedPublic Authored by spatel on Sep 22 2015, 12:41 PM.
Details Summary As noted in the comment, we can extend this from just 'and' ops to the other logic ops if this is a good solution. This is related to, but does not solve:
Diff Detail
Event TimelineComment Actions Sounds reasonable
This revision is now accepted and ready to land.Sep 22 2015, 2:35 PM
Closed by commit rL248395: [x86] replace integer 'and' ops with packed SSE FP 'and' ops when operating… (authored by spatel). · Explain WhySep 23 2015, 10:01 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 35521 llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
llvm/trunk/test/CodeGen/X86/fp-logic.ll
|