[all-commits] [llvm/llvm-project] 7659dc: [RISCV] simplify emitVSETVLIs handling of vsetvli ...
Philip Reames via All-commits
all-commits at lists.llvm.org
Tue Jun 14 08:00:41 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7659dc6cddab6ad29530076df5be32f3d2f7e4e3
https://github.com/llvm/llvm-project/commit/7659dc6cddab6ad29530076df5be32f3d2f7e4e3
Author: Philip Reames <preames at rivosinc.com>
Date: 2022-06-14 (Tue, 14 Jun 2022)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp
Log Message:
-----------
[RISCV] simplify emitVSETVLIs handling of vsetvli xN, phi(), vtype case [NFC]
This is possibly somewhat subjective, but having an explicitly named flag to track the property required and code structure that more closely matches phase 1/2 of the dataflow seems much easier to read.
Differential Revision: https://reviews.llvm.org/D126893
More information about the All-commits
mailing list