[PATCH] D108814: InstCombine: avoid non-reducing xor combine
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 1 11:39:04 PDT 2021
spatel requested changes to this revision.
spatel added a comment.
This revision now requires changes to proceed.
I pushed an alternative fix with:
8a10f4a0f661a1171 <https://reviews.llvm.org/rG8a10f4a0f661a11715ab0430c2b3b27a8f36267e> ( D109058 <https://reviews.llvm.org/D109058> )
So I think we can abandon this patch. If there's some constant expression variant that still escapes/loops, let me know.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108814/new/
https://reviews.llvm.org/D108814
More information about the llvm-commits
mailing list