This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel] IRTranslator: Translate the intrinsics ignored by CodeGen
ClosedPublic

Authored by volkan on Jun 7 2019, 12:44 PM.

Diff Detail

Event Timeline

volkan created this revision.Jun 7 2019, 12:44 PM
volkan edited the summary of this revision. (Show Details)Jun 7 2019, 12:45 PM
arsenm accepted this revision.Jun 7 2019, 12:49 PM

LGTM

This revision is now accepted and ready to land.Jun 7 2019, 12:49 PM
arsenm added inline comments.Jun 7 2019, 12:49 PM
lib/CodeGen/GlobalISel/IRTranslator.cpp
1109–1110 ↗(On Diff #203598)

Might as well just merge these cases

volkan updated this revision to Diff 203602.Jun 7 2019, 12:54 PM

Merged the switch cases.

volkan marked an inline comment as done.Jun 7 2019, 12:54 PM
volkan updated this revision to Diff 203605.Jun 7 2019, 1:03 PM
This revision was automatically updated to reflect the committed changes.