[PATCH] D86383: [GlobalISel] Fold xor(cmp(pred, _, _), 1) -> cmp(inverse(pred), _, _)

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 1 14:34:58 PDT 2020


aemerson added a comment.

Thanks, it seems the test doesn't work without asserts enabled. I've re-committed it fixed in 520ab710fb6f9829b4e70fda1dcc91ed4f614d0a <https://reviews.llvm.org/rG520ab710fb6f9829b4e70fda1dcc91ed4f614d0a>


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86383



More information about the llvm-commits mailing list