[all-commits] [llvm/llvm-project] 23f4f6: [RISCV][InsertVSETVL] Incorporate demanded fields ...
Philip Reames via All-commits
all-commits at lists.llvm.org
Thu Dec 15 11:11:32 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 23f4f66da7c0ed83f3435cb8e87f54740c9fb3c3
https://github.com/llvm/llvm-project/commit/23f4f66da7c0ed83f3435cb8e87f54740c9fb3c3
Author: Philip Reames <preames at rivosinc.com>
Date: 2022-12-15 (Thu, 15 Dec 2022)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp
Log Message:
-----------
[RISCV][InsertVSETVL] Incorporate demanded fields into compatibility interface [nfc]
This reworks the API to explicitly pass in the demanded fields instead of requering them internally. At the moment, this is NFC, but it will stop being so in future changes which adjust the demanded bits in the caller.
More information about the All-commits
mailing list