[PATCH] D93857: Revert "[InstCombine] Hoist xor-by-constant from xor-by-value"

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 28 05:52:51 PST 2020


lebedev.ri added a comment.

It would be best to have the reproducer beforehand.
Usually it should be fine to just dump the whole module's IR
in `InstCombinerImpl::run()` as the first thing in that loop,
save the IR that is clearly stuck within the inf combine loop,
and feed it to `llvm-reduce`..


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93857



More information about the llvm-commits mailing list