This is an archive of the discontinued LLVM Phabricator instance.

[GISel][NFCish]: Add pattern matchers for G_BITCAST/PTRTOINT/INTTOPTR
ClosedPublic

Authored by aditya_nandakumar on Feb 19 2018, 1:18 PM.

Details

Summary

Adds pattern matchers for the above along with unit tests for the same.

Diff Detail

Repository
rL LLVM

Event Timeline

dsanders accepted this revision.Feb 19 2018, 3:04 PM

LGTM without the 'NFCish' in the subject line. This is a functional change to support these matchers.

This revision is now accepted and ready to land.Feb 19 2018, 3:04 PM

Committed in r325542. Thanks for the review Daniel.