[all-commits] [llvm/llvm-project] 80715b: SelectionDAG.cpp - remove non-constant EXTRACT_SUB...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu May 14 05:23:48 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 80715b71249e7a63f990ac676483278f34a7b7e9
https://github.com/llvm/llvm-project/commit/80715b71249e7a63f990ac676483278f34a7b7e9
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-05-14 (Thu, 14 May 2020)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
Log Message:
-----------
SelectionDAG.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