[NFC] Iterate across an explicit list of scalable MVTs when driving setOperationAction.
authorPaul Walker <paul.walker@arm.com>
Fri, 25 Sep 2020 12:37:03 +0000 (13:37 +0100)
committerPaul Walker <paul.walker@arm.com>
Thu, 1 Oct 2020 09:17:59 +0000 (10:17 +0100)
commit8931c3d682763e6129f8d05ebe4e3b8dcc3e08e2
tree5641e6c8eb8f834848d473a798194c31a84116cb
parent6ec5f324973dfbe7b4a489593dde5073ff63ff64
[NFC] Iterate across an explicit list of scalable MVTs when driving setOperationAction.

Iterating across all of integer_scalable_vector_valuetypes seems
wasteful when there's only a handful we care about.

Also removes some rouge whitespace.

Differential Revision: https://reviews.llvm.org/D88552
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp