diff options
author | Thomas Lively <tlively@google.com> | 2019-01-31 00:35:37 +0000 |
---|---|---|
committer | Thomas Lively <tlively@google.com> | 2019-01-31 00:35:37 +0000 |
commit | 9510adafe6abdfa806d8bb23d80a457983c6b6a9 (patch) | |
tree | 821c4f49442b3d0a1ccfdd9869929cc2c57f7e72 /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | 0d298f5af5902e5421ecb341b3b7ae096946b840 (diff) | |
download | llvm-9510adafe6abdfa806d8bb23d80a457983c6b6a9.zip llvm-9510adafe6abdfa806d8bb23d80a457983c6b6a9.tar.gz llvm-9510adafe6abdfa806d8bb23d80a457983c6b6a9.tar.bz2 |
[LegalizeVectorTypes] Allow illegal indices when splitting extract_vector_elt
Summary:
Fixes PR40267, in which the removed assertion was triggering on
perfectly valid IR. As far as I can tell, constant out of bounds
indices should be allowed when splitting extract_vector_elt, since
they will simply be propagated as out of bounds indices in the
resulting split vector and handled appropriately elsewhere.
Reviewers: aheejin
Subscribers: dschuff, sbc100, jgravelle-google, hiraditya
Differential Revision: https://reviews.llvm.org/D57471
llvm-svn: 352702
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions