[all-commits] [llvm/llvm-project] 8931c3: [NFC] Iterate across an explicit list of scalable ...
paulwalker-arm via All-commits
all-commits at lists.llvm.org
Thu Oct 1 02:25:05 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8931c3d682763e6129f8d05ebe4e3b8dcc3e08e2
https://github.com/llvm/llvm-project/commit/8931c3d682763e6129f8d05ebe4e3b8dcc3e08e2
Author: Paul Walker <paul.walker at arm.com>
Date: 2020-10-01 (Thu, 01 Oct 2020)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list