[PATCH] D139876: [LoopSimplify] Restoring the normalization of br instructions.

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 12 13:52:23 PST 2022


lebedev.ri requested changes to this revision.
lebedev.ri added a comment.
This revision now requires changes to proceed.

And what if the condition had other users?
And what if the condition was not relational?

Please just insert `xor %cond, -1`.
This is missing tests (please precommit) that now are getting optimized.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139876



More information about the llvm-commits mailing list