This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Add G_FENCE
ClosedPublic

Authored by arsenm on Jul 1 2019, 6:17 PM.

Details

Summary

The pattern importer is for some reason emitting checks for G_CONSTANT
for the immediate operands.

Diff Detail

Event Timeline

arsenm created this revision.Jul 1 2019, 6:17 PM
aemerson accepted this revision.Jul 1 2019, 11:50 PM

Can you add an IRTranslator test and commit that separately from the selector changes.

This revision is now accepted and ready to land.Jul 1 2019, 11:50 PM
arsenm closed this revision.Jul 2 2019, 7:17 AM

r364926, 364927