Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM w/minor comment
| llvm/lib/Target/RISCV/RISCVInstrInfo.cpp | ||
|---|---|---|
| 909 | Can you convert the I->isPreISelOpcode() check to an early return w/comment here? (Since all of the cases following are guarded by this condition.) | |
Can you convert the I->isPreISelOpcode() check to an early return w/comment here? (Since all of the cases following are guarded by this condition.)