Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/AMDGPU/SIISelLowering.cpp | ||
---|---|---|
313–314 ↗ | (On Diff #83722) | This shouldn't be necessary. This will only be false for R600 targets and the default is expand for illegal types |
lib/Target/AMDGPU/SIInstructions.td | ||
680–683 ↗ | (On Diff #83722) | It is possible to have mismatched FP types for src0 and src1. If you can come up with a testcases combined with the fp casts you might need that too |
test/CodeGen/AMDGPU/fcopysign.f16.ll | ||
1 ↗ | (On Diff #83722) | No -mcpu=SI |
test/CodeGen/AMDGPU/fcopysign.f16.ll | ||
---|---|---|
1 ↗ | (On Diff #84074) | Should check lines also be added for SI? Or run line is sufficient? |
test/CodeGen/AMDGPU/fcopysign.f16.ll | ||
---|---|---|
1 ↗ | (On Diff #84074) | Nevermind. I got confused by the original comment. |