[all-commits] [llvm/llvm-project] 2265d0: [InstCombine] reduce xor-of-or's bitwise logic (PR...
RotateRight via All-commits
all-commits at lists.llvm.org
Mon Aug 3 05:32:09 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2265d01f2a5bd153959701e22f5be2a40e1674a3
https://github.com/llvm/llvm-project/commit/2265d01f2a5bd153959701e22f5be2a40e1674a3
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2020-08-03 (Mon, 03 Aug 2020)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
M llvm/test/Transforms/InstCombine/xor.ll
Log Message:
-----------
[InstCombine] reduce xor-of-or's bitwise logic (PR46955)
I tried to use m_Deferred() on this, but didn't find
a clean way to do that.
http://bugs.llvm.org/PR46955
https://alive2.llvm.org/ce/z/2h6QTq
More information about the All-commits
mailing list