[all-commits] [llvm/llvm-project] de0ff1: X86SelectionDAGInfo.cpp - move dyn_cast check insi...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Wed Dec 7 06:24:49 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: de0ff1fcb15a76118a52ba4e87df16f2bb6a0e03
https://github.com/llvm/llvm-project/commit/de0ff1fcb15a76118a52ba4e87df16f2bb6a0e03
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-12-07 (Wed, 07 Dec 2022)
Changed paths:
M llvm/lib/Target/X86/X86SelectionDAGInfo.cpp
Log Message:
-----------
X86SelectionDAGInfo.cpp - move dyn_cast check inside if(). NFC.
Minor cleanup - we only use the non-null pointer inside the if() block
Commit: abe6dbeeddc66b7cc515e57327e7a453cc23273f
https://github.com/llvm/llvm-project/commit/abe6dbeeddc66b7cc515e57327e7a453cc23273f
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-12-07 (Wed, 07 Dec 2022)
Changed paths:
M llvm/test/CodeGen/X86/combine-and.ll
Log Message:
-----------
[X86] combine-and.ll - add AVX1 test coverage
Commit: 519adee201d8abd2af46b7ce93b72a4d68105675
https://github.com/llvm/llvm-project/commit/519adee201d8abd2af46b7ce93b72a4d68105675
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-12-07 (Wed, 07 Dec 2022)
Changed paths:
M llvm/test/CodeGen/X86/combine-and.ll
Log Message:
-----------
[X86] combine-and.ll - add some 256/512-bit test coverage for D138521
Compare: https://github.com/llvm/llvm-project/compare/7925e2828e32...519adee201d8
More information about the All-commits
mailing list