[PATCH] D137811: InstCombine: Perform basic isnan combines on llvm.is.fpclass
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Dec 10 07:49:16 PST 2022
arsenm updated this revision to Diff 481859.
arsenm retitled this revision from "InstCombine: Port amdgcn.class intrinsic combines to is.fpclass" to "InstCombine: Perform basic isnan combines on llvm.is.fpclass".
arsenm edited the summary of this revision.
arsenm added a comment.
Break up patches into 4 pieces. Assume excess bits in test mask is a verifier error, and don't handle the FP mode dependent transforms here
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137811/new/
https://reviews.llvm.org/D137811
Files:
llvm/include/llvm/IR/IRBuilder.h
llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
llvm/lib/Transforms/InstCombine/InstCombineInternal.h
llvm/test/Transforms/InstCombine/is_fpclass.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137811.481859.patch
Type: text/x-patch
Size: 6695 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221210/abcf2ede/attachment.bin>
More information about the llvm-commits
mailing list