[PATCH] D97016: [RISCV] Enable PrimaryKeyEarlyOut on RISCVVPseudosTable.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 18 19:08:03 PST 2021
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGcf34559104d3: [RISCV] Enable PrimaryKeyEarlyOut on RISCVVPseudosTable. (authored by craig.topper).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97016/new/
https://reviews.llvm.org/D97016
Files:
llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
Index: llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
===================================================================
--- llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
+++ llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
@@ -402,6 +402,7 @@
let Fields = [ "Pseudo", "BaseInstr" ];
let PrimaryKey = [ "Pseudo" ];
let PrimaryKeyName = "getPseudoInfo";
+ let PrimaryKeyEarlyOut = true;
}
def RISCVVIntrinsicsTable : GenericTable {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97016.324841.patch
Type: text/x-patch
Size: 448 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210219/bedd14f1/attachment.bin>
More information about the llvm-commits
mailing list