[all-commits] [llvm/llvm-project] ae8984: [InstCombine] add tests for bitwise logic folds; NFC
RotateRight via All-commits
all-commits at lists.llvm.org
Fri Oct 29 11:38:08 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ae8984111d8316cb33992deca34d49704344069a
https://github.com/llvm/llvm-project/commit/ae8984111d8316cb33992deca34d49704344069a
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-10-29 (Fri, 29 Oct 2021)
Changed paths:
M llvm/test/Transforms/InstCombine/and-or.ll
M llvm/test/Transforms/InstCombine/or-xor.ll
Log Message:
-----------
[InstCombine] add tests for bitwise logic folds; NFC
Commit: d0e9879d9627c82a9c1b97cdf0d8da8829905574
https://github.com/llvm/llvm-project/commit/d0e9879d9627c82a9c1b97cdf0d8da8829905574
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-10-29 (Fri, 29 Oct 2021)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
M llvm/test/Transforms/InstCombine/and-or.ll
M llvm/test/Transforms/InstCombine/or-xor.ll
Log Message:
-----------
[InstCombine] allow vector splat matching for bitwise logic folds
These transforms are also likely missing a one-use check,
but that's another patch.
Compare: https://github.com/llvm/llvm-project/compare/e5df0a5a6f41...d0e9879d9627
More information about the All-commits
mailing list