I tried to use an IR inline asm test, but that doesn't work since the
inline asm handling asserts without an MVT to use.
Details
Details
Diff Detail
Diff Detail
Event Timeline
llvm/test/CodeGen/AMDGPU/spill-wide-vgpr.ll | ||
---|---|---|
2 | At the moment this test seems to fail with an assertion? |
llvm/test/CodeGen/AMDGPU/spill-wide-vgpr.ll | ||
---|---|---|
2 | Yes, this was the first attempt at a test (but the asm will never work as mentioned in the commit). I deleted this test after posting |
llvm/test/CodeGen/AMDGPU/spill-wide-vgpr.ll | ||
---|---|---|
2 | But it is still here? |
llvm/test/CodeGen/AMDGPU/spill-wide-vgpr.ll | ||
---|---|---|
2 | Yes, pretend it's not |
At the moment this test seems to fail with an assertion?