[all-commits] [llvm/llvm-project] fe047f: [X86] LowerEXTRACT_VECTOR_ELT - pull out repeated ...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Fri Mar 13 08:38:41 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fe047fbccc85057c1e0402d24b1c1ceb5e498eff
https://github.com/llvm/llvm-project/commit/fe047fbccc85057c1e0402d24b1c1ceb5e498eff
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-03-13 (Fri, 13 Mar 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] LowerEXTRACT_VECTOR_ELT - pull out repeated getOperand() calls. NFC.
Also, cleanup LowerEXTRACT_VECTOR_ELT_SSE4 comments which had references to non-constant extraction indices.
Commit: 846c614f54a55dff48025453cad2387816a8e10d
https://github.com/llvm/llvm-project/commit/846c614f54a55dff48025453cad2387816a8e10d
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-03-13 (Fri, 13 Mar 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] combineExtractWithShuffle - pull out repeated getSizeInBits() call. NFC.
Compare: https://github.com/llvm/llvm-project/compare/7b74b0d4e542...846c614f54a5
More information about the All-commits
mailing list