[PATCH] D151934: InstCombine: Recognize fneg when performed as bitcasted integer

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 30 10:37:52 PDT 2023


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

Check noimplicitfloat (though I don't think it should be necessary, but it isn't really well defined what it means)


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

https://reviews.llvm.org/D151934

Files:
  llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
  llvm/test/Transforms/InstCombine/fneg-as-int.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151934.554776.patch
Type: text/x-patch
Size: 8880 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230830/298e2589/attachment.bin>


More information about the llvm-commits mailing list