Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Nit: this is preparatory change adding baseline test cases for D147222, so the title may be tweaked a little bit, or you may add some commit message, to not suggest such tests were totally absent otherwise.
Otherwise LGTM, thanks.
llvm/test/CodeGen/LoongArch/ir-instruction/add.ll | ||
---|---|---|
719 | Besides +-4080, it’s better to add tests for the boundary, i.e. [-4096,-2049] or [2048,4094]. |
llvm/test/CodeGen/LoongArch/ir-instruction/add.ll | ||
---|---|---|
719 | All the boundary values are added. Thanks. |
Besides +-4080, it’s better to add tests for the boundary, i.e. [-4096,-2049] or [2048,4094].