This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU][NFC] Eliminate the u32imm operand definition.
ClosedPublic

Authored by kosarev on Feb 27 2023, 9:47 AM.

Details

Summary

It is only used to infer the types of offset parameters in isel patterns,
which we can specify directly.

Diff Detail

Event Timeline

kosarev created this revision.Feb 27 2023, 9:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 27 2023, 9:47 AM
kosarev requested review of this revision.Feb 27 2023, 9:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 27 2023, 9:47 AM
piotr accepted this revision.Feb 27 2023, 1:39 PM
This revision is now accepted and ready to land.Feb 27 2023, 1:39 PM
This revision was automatically updated to reflect the committed changes.