[all-commits] [llvm/llvm-project] e741fa: [X86] vec_fabs.ll - replace X32 check prefix with ...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Nov 17 09:39:46 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e741fa5c92bcfcf49b76382c18eec748387ad91b
https://github.com/llvm/llvm-project/commit/e741fa5c92bcfcf49b76382c18eec748387ad91b
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-11-17 (Tue, 17 Nov 2020)
Changed paths:
M llvm/test/CodeGen/X86/vec_fabs.ll
Log Message:
-----------
[X86] vec_fabs.ll - replace X32 check prefix with X86. NFC.
We typically use X32 for gnux32 triples
Commit: 3b4f9c16bf24dce2fe3f859a8a04304e76dace8b
https://github.com/llvm/llvm-project/commit/3b4f9c16bf24dce2fe3f859a8a04304e76dace8b
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-11-17 (Tue, 17 Nov 2020)
Changed paths:
M llvm/test/CodeGen/X86/rot16.ll
Log Message:
-----------
[X86] rot16.ll - replace X32 check prefix with X86. NFC.
We typically use X32 for gnux32 triples
Commit: abf29d9862d898c02f3df95cbdc4e9bdba396b6f
https://github.com/llvm/llvm-project/commit/abf29d9862d898c02f3df95cbdc4e9bdba396b6f
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 - use m_SpecificInt instead of m_APInt + comparison. NFCI.
m_SpecificInt has the same 'no undef element' behaviour as m_APInt so no change there, and anyway we have test coverage for undef elements in the fold.
Noticed while fixing a Wshadow warning about shadow Value *X, *Y variables.
Compare: https://github.com/llvm/llvm-project/compare/3279347da05e...abf29d9862d8
More information about the All-commits
mailing list