Details
- Reviewers
rampitec arsenm - Commits
- rGaa77232a63e3: [NFC][AMDGPU] Improve fused fmul+fadd tests.
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/CodeGen/AMDGPU/fmuladd.f16.ll | ||
---|---|---|
10 | This probably should also gain gfx1030 lines |
llvm/test/CodeGen/AMDGPU/fmuladd.f16.ll | ||
---|---|---|
10 | My understanding was that tests RUN lines are actually represent a different targets in terms of features set. I guess, gfx1030 has no difference with gfx1010 in fused f16 operations capabilities/features. So gfx1030 will test the same code as gfx1010? Otherwise, if the tests are to cover all modes/features, we'll have to add extra RUN lines for each gfx90x, gfx10xx and, probably, older targets. |
llvm/test/CodeGen/AMDGPU/fmuladd.f16.ll | ||
---|---|---|
10 | No, the v_mad/v_mac instructions were removed in gfx1030 (but gfx1010 does have them), so the cases with f16 denormals disabled will differ |
llvm/test/CodeGen/AMDGPU/fmuladd.f16.ll | ||
---|---|---|
10 | That is only f32 mad/mac were removed. |
This probably should also gain gfx1030 lines