[all-commits] [llvm/llvm-project] f7ebde: [InstCombine] visitAnd - remove unnecessary Value ...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Nov 17 10:01:45 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f7ebdec987f52262fa3e2b0172f0881a9c4f224f
https://github.com/llvm/llvm-project/commit/f7ebdec987f52262fa3e2b0172f0881a9c4f224f
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-11-17 (Tue, 17 Nov 2020)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
Log Message:
-----------
[InstCombine] visitAnd - remove unnecessary Value *X, *Y shadow variables. NFCI.
Fixes a number of Wshadow warnings.
Commit: c331b7cc38aa84433233ebe064269179eb463015
https://github.com/llvm/llvm-project/commit/c331b7cc38aa84433233ebe064269179eb463015
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-11-17 (Tue, 17 Nov 2020)
Changed paths:
M llvm/test/CodeGen/X86/select-of-fp-constants.ll
Log Message:
-----------
[X86] select-of-fp-constants.ll - replace X32 check prefix with X86. NFC.
We typically use X32 for gnux32 triples
Commit: 811026b9870ac777136df6bcbb631c985e432aca
https://github.com/llvm/llvm-project/commit/811026b9870ac777136df6bcbb631c985e432aca
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-11-17 (Tue, 17 Nov 2020)
Changed paths:
M llvm/test/CodeGen/X86/segmented-stacks-dynamic.ll
M llvm/test/CodeGen/X86/segmented-stacks-standalone.ll
M llvm/test/CodeGen/X86/segmented-stacks.ll
Log Message:
-----------
[X86] segmented-stacks tests - replace X32 check prefix with X86 for non-gnux32 tests. NFC.
Only use X32 for the gnux32 triples in the tests
Compare: https://github.com/llvm/llvm-project/compare/baa2aa28f562...811026b9870a
More information about the All-commits
mailing list