[all-commits] [llvm/llvm-project] 5ae6df: [InstSimplify] add tests for (x || y) && (x || !y)...
RotateRight via All-commits
all-commits at lists.llvm.org
Thu Oct 7 07:41:01 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5ae6df1feabbf3b582bda2a76f6d04d915ee3c51
https://github.com/llvm/llvm-project/commit/5ae6df1feabbf3b582bda2a76f6d04d915ee3c51
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-10-07 (Thu, 07 Oct 2021)
Changed paths:
A llvm/test/Transforms/InstSimplify/select-logical.ll
Log Message:
-----------
[InstSimplify] add tests for (x || y) && (x || !y); NFC
Commit: 519752062c6056adb99a5cff070852c9c698fd0b
https://github.com/llvm/llvm-project/commit/519752062c6056adb99a5cff070852c9c698fd0b
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-10-07 (Thu, 07 Oct 2021)
Changed paths:
M llvm/include/llvm/IR/PatternMatch.h
M llvm/unittests/IR/PatternMatch.cpp
Log Message:
-----------
[PatternMatch] add matchers for commutative logical and/or
We need these to add folds with the same structure as
regular commuted logic ops.
Compare: https://github.com/llvm/llvm-project/compare/94e2b0258a17...519752062c60
More information about the All-commits
mailing list