[all-commits] [llvm/llvm-project] 53e92b: [InstCombine] (~A & B) ^ A -> A | B
RotateRight via All-commits
all-commits at lists.llvm.org
Sat Oct 17 09:47:13 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 53e92b4c0efc95c8d9471f44829c86b6c9240ef4
https://github.com/llvm/llvm-project/commit/53e92b4c0efc95c8d9471f44829c86b6c9240ef4
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2020-10-17 (Sat, 17 Oct 2020)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
M llvm/test/Transforms/InstCombine/xor.ll
Log Message:
-----------
[InstCombine] (~A & B) ^ A -> A | B
Differential Revision: https://reviews.llvm.org/D86395
More information about the All-commits
mailing list