[PATCH] D152223: [RISCV]Fold xor(setcc x, y, cond), 1 --> setcc (x, y, inverted(cond))

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 5 21:35:31 PDT 2023


craig.topper added a comment.

I'm pretty sure a lot of the changes from this patch are miscompiles due to using integer inversion for FP.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152223



More information about the llvm-commits mailing list