[PATCH] D126775: [x86] fix miscompile from wrongly identified fneg

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 1 06:06:45 PDT 2022


RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.

LGTM - its annoying that we don't see the XOR constants, but the 2 XORs (mostly) demonstrate what's happening - if it folded to a single XOR it'd be trickier.


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

https://reviews.llvm.org/D126775



More information about the llvm-commits mailing list