This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Fix an issue in `op_sel_hi` skipping.
ClosedPublic

Authored by hliao on Apr 22 2019, 2:01 PM.

Details

Summary
  • Only apply packed literal op_sel_hi skipping on operands requiring packed literals. Even an instruction is packed, it may have operand requiring non-packed literal, such as v_dot2_f32_f16.

Diff Detail

Repository
rL LLVM

Event Timeline

hliao created this revision.Apr 22 2019, 2:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 22 2019, 2:01 PM
This revision is now accepted and ready to land.Apr 22 2019, 2:27 PM
This revision was automatically updated to reflect the committed changes.