TargetLowering.cpp - remove non-constant EXTRACT_SUBVECTOR/INSERT_SUBVECTOR handling...
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 14 May 2020 12:35:08 +0000 (13:35 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 14 May 2020 17:13:58 +0000 (18:13 +0100)
commitacb6f1ae096e8262fb30a267e9f40dea62432b26
tree53675c2d34b7a43313088eeb329124ec2235303b
parent10b49315faa6338eaf52bb782e7c53644ad17dab
TargetLowering.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.
llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp