[all-commits] [llvm/llvm-project] 270031: [X86] combineX86ShuffleChain - pull out repeated R...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sun Aug 2 06:33:10 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2700311cce99d2a3ef45002e32b8832b88214f7d
https://github.com/llvm/llvm-project/commit/2700311cce99d2a3ef45002e32b8832b88214f7d
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-08-02 (Sun, 02 Aug 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] combineX86ShuffleChain - pull out repeated RootVT.getSizeInBits() calls. NFCI.
Commit: 3f276840b6f8b2624f0bbeb6097d8049d27d5ca0
https://github.com/llvm/llvm-project/commit/3f276840b6f8b2624f0bbeb6097d8049d27d5ca0
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-08-02 (Sun, 02 Aug 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] Use const APInt& in for-range loop to avoid unnecessary copies. NFCI.
Fixes clang-tidy warning.
Commit: d7e261674141ce42557c57f01869d27f0aecf6ee
https://github.com/llvm/llvm-project/commit/d7e261674141ce42557c57f01869d27f0aecf6ee
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-08-02 (Sun, 02 Aug 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] Pass SDLoc by const reference. NFCI.
Commit: 20fbbbc583f4d7a35c380b0b88ea96cff0237856
https://github.com/llvm/llvm-project/commit/20fbbbc583f4d7a35c380b0b88ea96cff0237856
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-08-02 (Sun, 02 Aug 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] Use const APInt& in for-range loop to avoid unnecessary copies. NFCI.
Fixes clang-tidy warning.
Compare: https://github.com/llvm/llvm-project/compare/d3f01b6681bf...20fbbbc583f4
More information about the All-commits
mailing list