[PATCH] D15294: [x86] inline calls to fmaxf / llvm.maxnum.f32 using maxss (PR24475)
Sanjay Patel via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 15 09:28:04 PST 2015
spatel removed a subscriber: jmolloy.
spatel updated this revision to Diff 42867.
spatel added a comment.
Patch updated:
1. Implement more efficient sequence suggested by Zia.
2. Fix checks in the test to match.
3. Add FIXME comments for other fmax tests that aren't handled yet.
http://reviews.llvm.org/D15294
Files:
lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/fmaxnum.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15294.42867.patch
Type: text/x-patch
Size: 17500 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151215/bd81832d/attachment.bin>
More information about the llvm-commits
mailing list