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

Bogdan Graur via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 28 05:13:40 PST 2020


bgraur created this revision.
bgraur added a reviewer: SureYeaah.
Herald added a subscriber: hiraditya.
bgraur requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Changes in commit d9ebaeeb468d6a8f29eb479f18d2790f7efb8565 <https://reviews.llvm.org/rGd9ebaeeb468d6a8f29eb479f18d2790f7efb8565> cause the
compiler to enter an infinite loop.

This reverts commit d9ebaeeb468d6a8f29eb479f18d2790f7efb8565 <https://reviews.llvm.org/rGd9ebaeeb468d6a8f29eb479f18d2790f7efb8565>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D93857

Files:
  llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
  llvm/test/Transforms/InstCombine/hoist-xor-by-constant-from-xor-by-value.ll
  llvm/test/Transforms/InstCombine/invert-variable-mask-in-masked-merge-scalar.ll
  llvm/test/Transforms/InstCombine/invert-variable-mask-in-masked-merge-vector.ll
  llvm/test/Transforms/InstCombine/or-xor.ll
  llvm/test/Transforms/InstCombine/unfold-masked-merge-with-const-mask-scalar.ll
  llvm/test/Transforms/InstCombine/unfold-masked-merge-with-const-mask-vector.ll
  llvm/test/Transforms/InstCombine/vec_shuffle-inseltpoison.ll
  llvm/test/Transforms/InstCombine/vec_shuffle.ll
  llvm/test/Transforms/InstCombine/xor2.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93857.313847.patch
Type: text/x-patch
Size: 16346 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201228/9d2b24b9/attachment.bin>


More information about the llvm-commits mailing list