We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c389f50 commit 1553b3dCopy full SHA for 1553b3d
llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
@@ -4268,7 +4268,10 @@ Register AMDGPUInstructionSelector::copyToVGPRIfSrcFolded(
4268
4269
InstructionSelector::ComplexRendererFns
4270
AMDGPUInstructionSelector::selectIgnore(MachineOperand &Root) const {
4271
- return {{}};
+ // Don't render anything.
4272
+ ComplexRendererFns Renderers;
4273
+ Renderers.emplace();
4274
+ return Renderers;
4275
}
4276
4277
///
0 commit comments