Add missing mappings and tablegen definitions for TBUFFER_STORE_FORMAT.
Details
Details
Diff Detail
Diff Detail
Event Timeline
llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.raw.tbuffer.store.d16.ll | ||
---|---|---|
1–4 ↗ | (On Diff #275740) | Can you move the -global-isel argument to the beginning? |
llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.raw.tbuffer.store.ll | ||
2–4 | Ditto (also space between ; and RUN) | |
32 | You can just make the argument types the result instead of having the bitcast | |
76 | Can you also add cases that require waterfall loops? I think the part to handle them is missing |
Comment Actions
- Updated tests.
- Added tests with waterfall loops.
- Changed them to -stop-after=instruction-select like others for GlobalISel.
Didn't know what waterfall loops were before. Let me know if all the necessary cases are covered.
Ditto (also space between ; and RUN)