[PATCH] D149112: InstCombine: Try to turn is.fpclass sign checks to fcmp with 0

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 26 11:55:29 PDT 2023


arsenm updated this revision to Diff 517256.
arsenm added a comment.

Round out a few more combinations, although technically redundant. Could further expand these and stop calling this with the inverse mask


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

https://reviews.llvm.org/D149112

Files:
  llvm/include/llvm/IR/InstrTypes.h
  llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
  llvm/test/Transforms/InstCombine/is_fpclass.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149112.517256.patch
Type: text/x-patch
Size: 12657 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230426/46e5f2f9/attachment.bin>


More information about the llvm-commits mailing list