Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/RISCV/MCTargetDesc/RISCVMatInt.cpp | ||
---|---|---|
203 ↗ | (On Diff #378441) | isntruction -> instruction |
llvm/lib/Target/RISCV/MCTargetDesc/RISCVMatInt.cpp | ||
---|---|---|
208 ↗ | (On Diff #378866) | I use Res = TmpSeq instead of return TmpSeq, since there could be other optimization with Zbs, and I would like to do further contrast to select the best instruction sequence. |