This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Fix setcc combine for i128
ClosedPublic

Authored by sebastian-ne on Oct 25 2021, 1:59 AM.

Details

Summary

The combine asserted if constants could not be represented as uint64_t.
Use APInts to fix this.

Diff Detail

Event Timeline

sebastian-ne created this revision.Oct 25 2021, 1:59 AM
sebastian-ne requested review of this revision.Oct 25 2021, 1:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 25 2021, 1:59 AM
foad accepted this revision.Oct 25 2021, 3:44 AM
foad added a reviewer: rampitec.

Looks OK to me.

This revision is now accepted and ready to land.Oct 25 2021, 3:44 AM
This revision was automatically updated to reflect the committed changes.