[all-commits] [llvm/llvm-project] df1f37: [SVE] Reject vector struct indexes for scalable ve...
Eli Friedman via All-commits
all-commits at lists.llvm.org
Tue Jun 30 13:54:05 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: df1f371e28301a046b734ed1b8be0f07253700e2
https://github.com/llvm/llvm-project/commit/df1f371e28301a046b734ed1b8be0f07253700e2
Author: Eli Friedman <efriedma at quicinc.com>
Date: 2020-06-30 (Tue, 30 Jun 2020)
Changed paths:
M llvm/lib/IR/Type.cpp
A llvm/test/Assembler/getelementptr_vscale_struct.ll
Log Message:
-----------
[SVE] Reject vector struct indexes for scalable vectors.
It's messy to pattern-match, and completely unnecessary: scalar indexes
work equally well.
See also discussion on D81620 and D82061.
Differential Revision: https://reviews.llvm.org/D82430
More information about the All-commits
mailing list