[all-commits] [llvm/llvm-project] 3a587e: [InstCombine] add vector tests for 'and' folds; NFC
RotateRight via All-commits
all-commits at lists.llvm.org
Fri Sep 17 08:30:27 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3a587ed20ffe55314223e73eff58f96f15f4d728
https://github.com/llvm/llvm-project/commit/3a587ed20ffe55314223e73eff58f96f15f4d728
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-09-17 (Fri, 17 Sep 2021)
Changed paths:
M llvm/test/Transforms/InstCombine/and.ll
Log Message:
-----------
[InstCombine] add vector tests for 'and' folds; NFC
Commit: 41ff7612b31db6dc5bb133a9227773e8ea1c1712
https://github.com/llvm/llvm-project/commit/41ff7612b31db6dc5bb133a9227773e8ea1c1712
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-09-17 (Fri, 17 Sep 2021)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
M llvm/test/Transforms/InstCombine/and.ll
Log Message:
-----------
[InstCombine] allow splat vectors for narrowing masked fold
Mostly cosmetic diffs, but the use of m_APInt matches splat constants.
Compare: https://github.com/llvm/llvm-project/compare/90b7817e03af...41ff7612b31d
More information about the All-commits
mailing list