[PATCH] D139879: [RISCV] Make DemandedFields::usedVTYPE() const. NFC
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 12 14:49:43 PST 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG96ac1aeaf4a4: [RISCV] Make DemandedFields::usedVTYPE() const. NFC (authored by craig.topper).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139879/new/
https://reviews.llvm.org/D139879
Files:
llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp
Index: llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp
===================================================================
--- llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp
+++ llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp
@@ -134,7 +134,7 @@
bool MaskPolicy = false;
// Return true if any part of VTYPE was used
- bool usedVTYPE() {
+ bool usedVTYPE() const {
return SEW || LMUL || SEWLMULRatio || TailPolicy || MaskPolicy;
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139879.482275.patch
Type: text/x-patch
Size: 442 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221212/7cddedca/attachment.bin>
More information about the llvm-commits
mailing list