[all-commits] [llvm/llvm-project] c49dcb: [InstCombine] add tests for shuffle + binop; NFC
RotateRight via All-commits
all-commits at lists.llvm.org
Mon Dec 27 10:49:14 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c49dcb4830df1ef113bfa1c42132f47b0979789c
https://github.com/llvm/llvm-project/commit/c49dcb4830df1ef113bfa1c42132f47b0979789c
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-12-27 (Mon, 27 Dec 2021)
Changed paths:
M llvm/test/Transforms/InstCombine/shuffle_select.ll
Log Message:
-----------
[InstCombine] add tests for shuffle + binop; NFC
Commit: 773ab3c6655f4d2beec25bb3516b4d4fe2eea990
https://github.com/llvm/llvm-project/commit/773ab3c6655f4d2beec25bb3516b4d4fe2eea990
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-12-27 (Mon, 27 Dec 2021)
Changed paths:
M llvm/lib/Analysis/ValueTracking.cpp
Log Message:
-----------
[Analysis] remove unneeded casts; NFC
The callee does the casting too; this matches a plain call later in the same function for 'shl'.
Compare: https://github.com/llvm/llvm-project/compare/a697a0a4b669...773ab3c6655f
More information about the All-commits
mailing list