This is an archive of the discontinued LLVM Phabricator instance.

[MC] Expose hasDefOfPhysReg(..) in the public MCInstrDesc interface.
AbandonedPublic

Authored by hctim on Nov 10 2017, 2:51 PM.

Details

Reviewers
MatzeB
Summary

Exposes hasDefOfPhysReg(..) to the public interface of MCInstrDesc. This only has one callee currently in MCInstrDesc::mayAffectControlFlow.

I'd like this to be public in order to use it in D39820 instead of implementing an identical function.

Event Timeline

hctim created this revision.Nov 10 2017, 2:51 PM
hctim abandoned this revision.Nov 13 2017, 1:24 PM

Abandoned this revision, merged it as part of D39820 on reccomendation from pcc.