[all-commits] [llvm/llvm-project] 76ac91: [RISCV] Inline one copy of needVSETVLI into the ot...
Philip Reames via All-commits
all-commits at lists.llvm.org
Thu Jun 2 13:06:33 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 76ac916d634436102c86da6cb89584b675984407
https://github.com/llvm/llvm-project/commit/76ac916d634436102c86da6cb89584b675984407
Author: Philip Reames <preames at rivosinc.com>
Date: 2022-06-02 (Thu, 02 Jun 2022)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp
Log Message:
-----------
[RISCV] Inline one copy of needVSETVLI into the other [NFC]
Calling the non-MI version directly was unsound (as fixed in dcdb0bf2), so remove that version to decrease likelyhood of future mistakes.
More information about the All-commits
mailing list