We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ac00ca commit 4c2e4eaCopy full SHA for 4c2e4ea
llvm/tools/llvm-exegesis/lib/RISCV/Target.cpp
@@ -122,6 +122,10 @@ class ExegesisRISCVTarget : public ExegesisTarget {
122
123
ArrayRef<unsigned> getUnavailableRegisters() const override;
124
125
+ bool allowAsBackToBack(const Instruction &Instr) const override {
126
+ return !Instr.Description.isPseudo();
127
+ }
128
+
129
Error randomizeTargetMCOperand(const Instruction &Instr, const Variable &Var,
130
MCOperand &AssignedValue,
131
const BitVector &ForbiddenRegs) const override;
0 commit comments