This is an archive of the discontinued LLVM Phabricator instance.

X86: Replace isSafeToClobberEFLAGS implementation
ClosedPublic

Authored by arsenm on Feb 13 2019, 11:28 AM.

Details

Summary

Also use modifiesRegister instead of looping over operands.

Diff Detail

Event Timeline

arsenm created this revision.Feb 13 2019, 11:28 AM
This revision is now accepted and ready to land.Feb 14 2019, 7:34 PM
arsenm closed this revision.Feb 14 2019, 8:01 PM

r354098