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

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 12 14:06:18 PST 2022


nikic added a comment.

This is almost certainly not the correct way to fix whatever problem you're trying to fix. If an optimization doesn't work with commuted branch targets, then that optimization needs to be fixed.


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