[all-commits] [llvm/llvm-project] aaeb95: [RISCV] Mutate instruction after computing transfe...
Philip Reames via All-commits
all-commits at lists.llvm.org
Mon Jun 13 09:09:28 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aaeb958ced0789f5531945d27b0a1a7459d90a73
https://github.com/llvm/llvm-project/commit/aaeb958ced0789f5531945d27b0a1a7459d90a73
Author: Philip Reames <preames at rivosinc.com>
Date: 2022-06-13 (Mon, 13 Jun 2022)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp
Log Message:
-----------
[RISCV] Mutate instruction after computing transfer rule in InsertVSETVLI [nfc]
If we defer the mutation of the instruction, we can add the assert discussed in D126921. Once we do that, the API becomes subject to revision - but let's do that in a separate change.
More information about the All-commits
mailing list