Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 6450 Build 6450: arc lint + arc unit
Event Timeline
lib/Target/AMDGPU/SIInstrInfo.cpp | ||
---|---|---|
2118–2120 | The verifier rejects G_FCONSTANT instructions, because they have FPImm operands. |
lib/Target/AMDGPU/SIInstrInfo.cpp | ||
---|---|---|
2118–2120 | Does the base verifier do anything for these? This should call the base implementation |
lib/Target/AMDGPU/SIInstrInfo.cpp | ||
---|---|---|
2118–2120 | I guess the description is it's for target instructions, and the verifier itself could handle generic ones so nevermind |
Why is this necessary? It looks like a separate change