[all-commits] [llvm/llvm-project] 1024e8: X86ISelLowering.cpp - remove non-constant EXTRACT_...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Fri May 15 03:52:06 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1024e82469b465803e57360c01c5943c679257e0
https://github.com/llvm/llvm-project/commit/1024e82469b465803e57360c01c5943c679257e0
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-05-15 (Fri, 15 May 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
X86ISelLowering.cpp - remove non-constant EXTRACT_SUBVECTOR/INSERT_SUBVECTOR handling. NFC.
Now that D79814 has landed, we can assume that subvector ops use constant, in-range indices.
More information about the All-commits
mailing list