Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/AMDGPU/SIInstrInfo.cpp | ||
---|---|---|
2118–2120 ↗ | (On Diff #99060) | Why is this necessary? It looks like a separate change |
test/CodeGen/AMDGPU/GlobalISel/legalize-constant.mir | ||
34–36 ↗ | (On Diff #99060) | It might be worthwhile to test a non-inline immediate value too |
lib/Target/AMDGPU/SIInstrInfo.cpp | ||
---|---|---|
2118–2120 ↗ | (On Diff #99060) | The verifier rejects G_FCONSTANT instructions, because they have FPImm operands. |
lib/Target/AMDGPU/SIInstrInfo.cpp | ||
---|---|---|
2118–2120 ↗ | (On Diff #99060) | Does the base verifier do anything for these? This should call the base implementation |
lib/Target/AMDGPU/SIInstrInfo.cpp | ||
---|---|---|
2118–2120 ↗ | (On Diff #99060) | I guess the description is it's for target instructions, and the verifier itself could handle generic ones so nevermind |