This is an archive of the discontinued LLVM Phabricator instance.

[VE] Support RETURNADDR
ClosedPublic

Authored by kaz7 on Dec 18 2020, 7:44 AM.

Details

Summary

Implement RETURNADDR for VE. Add a regression test also.

Diff Detail

Event Timeline

kaz7 created this revision.Dec 18 2020, 7:44 AM
kaz7 requested review of this revision.Dec 18 2020, 7:44 AM
simoll added inline comments.Dec 18 2020, 9:13 AM
llvm/lib/Target/VE/VEISelLowering.cpp
1526

I guess you could just use the type of Op here?

kaz7 added inline comments.Dec 18 2020, 5:02 PM
llvm/lib/Target/VE/VEISelLowering.cpp
1526

Sure. I'll change it.

kaz7 updated this revision to Diff 312905.Dec 18 2020, 5:03 PM

Update following a suggestion.

simoll accepted this revision.Dec 21 2020, 1:34 AM
This revision is now accepted and ready to land.Dec 21 2020, 1:34 AM
This revision was landed with ongoing or failed builds.Dec 21 2020, 3:06 AM
Closed by commit rGd99e4a4840d8: [VE] Support RETURNADDR (authored by kaz7). · Explain Why
This revision was automatically updated to reflect the committed changes.