Skip to content

[AMDGPU] SIPeepholeSDWA: Add V_CNDMASK_B32 support #133431

Closed
@frederik-h

Description

@frederik-h

The isConvertibleToSDWA function form llvm/lib/Target/AMDGPU/SIPeepholeSDWA.cpp contains this FIXME:

// FIXME: has SDWA but require handling of implicit VCC use
if (Opc == AMDGPU::V_CNDMASK_B32_e32)
    return false;

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions