This is an archive of the discontinued LLVM Phabricator instance.

[GlobalIsel] Add llvm.invariant.start and llvm.invariant.end
ClosedPublic

Authored by paquette on Oct 5 2018, 1:39 PM.

Details

Summary

Port over the implementation in SelectionDAGBuilder.cpp into the IRTranslator and update the arm64-irtranslator test.

These were causing fallbacks in CTMark/Bullet (-Rpass-missed=gisel-select), and this patch fixes that.

Diff Detail

Event Timeline

paquette created this revision.Oct 5 2018, 1:39 PM
dsanders accepted this revision.Oct 5 2018, 2:00 PM

LGTM

This revision is now accepted and ready to land.Oct 5 2018, 2:00 PM
paquette closed this revision.Oct 5 2018, 2:06 PM

Thanks! Committed in r343885. (https://reviews.llvm.org/rL343885)