[all-commits] [llvm/llvm-project] e80605: [X86] Remove WaitInsert::TTI member. NFCI.
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Sep 10 03:45:34 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e80605e2421f1fe09eb6f64f46dc65766c2d5184
https://github.com/llvm/llvm-project/commit/e80605e2421f1fe09eb6f64f46dc65766c2d5184
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-09-10 (Thu, 10 Sep 2020)
Changed paths:
M llvm/lib/Target/X86/X86InsertWait.cpp
Log Message:
-----------
[X86] Remove WaitInsert::TTI member. NFCI.
This is only ever set/used inside WaitInsert::runOnMachineFunction so don't bother storing it in the class.
Commit: fc49abee5674261289d7e66c3291c0f1c5199689
https://github.com/llvm/llvm-project/commit/fc49abee5674261289d7e66c3291c0f1c5199689
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-09-10 (Thu, 10 Sep 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86][SSE] lowerShuffleAsSplitOrBlend always returns a shuffle.
lowerShuffleAsSplitOrBlend always returns a target shuffle result (and is the default operation for lowering some shuffle types), so we don't need to check for null.
Compare: https://github.com/llvm/llvm-project/compare/a97648b93846...fc49abee5674
More information about the All-commits
mailing list