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

Noah Goldstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 30 12:06:25 PDT 2023


goldstein.w.n added a comment.

imo should require a cast back to float. If we are keeping it as an integer
I think `xor` is more recognizable/canonical.


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

https://reviews.llvm.org/D151934



More information about the llvm-commits mailing list