Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/RISCV/RISCVInstrFormats.td | ||
---|---|---|
165 | Surely that's backwards? Anyway, if this works it's shorter and feels more natural to me. |
llvm/lib/Target/RISCV/RISCVInstrFormats.td | ||
---|---|---|
165 | Oh, right, !empty is the function, not a negated empty... not confusing at all. Then flip it for: let AsmString = opcodestr # !if(!empty(argstr), "", "\t" # argstr); ? |
Surely that's backwards? Anyway, if this works it's shorter and feels more natural to me.