[PATCH] D139311: InstCombine: Match pattern that appears in clang's __builtin_isnormal

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 16 07:27:15 PST 2022


arsenm updated this revision to Diff 483536.
arsenm marked 2 inline comments as done.
arsenm added a comment.

Rename functions, move comments.

Also stop bothering with getFCmpValue because we can't end up with a compare true/false here


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

https://reviews.llvm.org/D139311

Files:
  llvm/include/llvm/IR/InstrTypes.h
  llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
  llvm/test/Transforms/InstCombine/and-fcmp.ll
  llvm/test/Transforms/InstCombine/create-class-from-logic-fcmp.ll
  llvm/test/Transforms/InstCombine/unordered-compare-and-ordered.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139311.483536.patch
Type: text/x-patch
Size: 36315 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221216/25a9b3d7/attachment.bin>


More information about the llvm-commits mailing list