[all-commits] [llvm/llvm-project] 273286: [RISCV][InsertVSETVLI] Add Subtarget variable to c...
Philip Reames via All-commits
all-commits at lists.llvm.org
Tue Oct 24 12:00:30 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2732860ddb5151394f77950a9138d8eeb567b4c0
https://github.com/llvm/llvm-project/commit/2732860ddb5151394f77950a9138d8eeb567b4c0
Author: Philip Reames <preames at rivosinc.com>
Date: 2023-10-24 (Tue, 24 Oct 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp
Log Message:
-----------
[RISCV][InsertVSETVLI] Add Subtarget variable to class [nfc]
A bit debateable since we could extract it from the MachineFunction (and
thus the MachineInstr), but we have the same pattern for MachineFunction
associated structure already for TII and MRI.
More information about the All-commits
mailing list