This is an archive of the discontinued LLVM Phabricator instance.

Add HLE hint in AtomicSDNode and MemInrinsicSDNode
Needs ReviewPublic

Authored by darkbuck on Feb 20 2013, 2:15 PM.

Details

Summary

Hi All,

The attached patch introduces new field, HLEHint, in AtomicSDNode and MemIntrinsicSDNode. This new field is used to store HLE hint, acquire, release or none. This field is populated from HLE metadata attached to atomic IR.

Yours

  • Michael

Diff Detail

Event Timeline

darkbuck updated this revision to Unknown Object (????).Feb 27 2013, 1:33 PM

previous TargetFlags is revised to HLEHint

darkbuck updated this revision to Unknown Object (????).Mar 19 2013, 5:08 PM

Hi All

The patch is rebased on trunk. There is no significant change.

Thanks for review

  • Michael
chandlerc resigned from this revision.Mar 29 2015, 11:16 AM
chandlerc removed a reviewer: chandlerc.

Unsure if you or others are still interested in this patch, but clearing it off my dashboard for now. Please update it if you need me to take a look.