Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/CodeGen/LoongArch/ir-instruction/load-store.ll | ||
---|---|---|
464 | For load, you use i64 no matter what the type of %val is . Here you use the same type as %val. Is this intented? |
llvm/test/CodeGen/LoongArch/ir-instruction/load-store.ll | ||
---|---|---|
464 | Oh well. I wrote the i64 version first, then copied and substituted types for the rest (including this one), apparently *this* i64 got replaced as well. Thanks for spotting this inconsistency, I'll fix. |
llvm/lib/Target/LoongArch/LoongArchInstrInfo.td | ||
---|---|---|
863 | Will f32 and f64 be coverred in another patch? If so, had better rename the patch title to limit the change to integer load/store. |
llvm/lib/Target/LoongArch/LoongArchInstrInfo.td | ||
---|---|---|
863 |
Yeah I plan to do so; I already mentioned "GPR" in the title. ;-) |
LGTM. Thanks.
llvm/lib/Target/LoongArch/LoongArchInstrInfo.td | ||
---|---|---|
863 | Sorry I didn't noticed that. It's OK for me. Thanks. |
Only for LA64 i64 is ok, GRLenVT will increase isel table size.