[all-commits] [llvm/llvm-project] 3b19cd: [RISCV] Slightly simplify RVVArgDispatcher::constr...
Craig Topper via All-commits
all-commits at lists.llvm.org
Tue Apr 2 18:34:25 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3b19cd7f80d8464d5f1bd8b2a0adf925d10556c4
https://github.com/llvm/llvm-project/commit/3b19cd7f80d8464d5f1bd8b2a0adf925d10556c4
Author: Craig Topper <craig.topper at sifive.com>
Date: 2024-04-02 (Tue, 02 Apr 2024)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
Log Message:
-----------
[RISCV] Slightly simplify RVVArgDispatcher::constructArgInfos. NFC (#87308)
Use a single insert for the non-mask case instead of a push_back
followed by an insert that may contain 0 registers.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list