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
Paths
| Differential D436
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
Diff Detail Event TimelineComment Actions Hi All The patch is rebased on trunk. There is no significant change. Thanks for review
Comment Actions 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.
Revision Contents
Diff 1319 include/llvm/CodeGen/SelectionDAG.h
include/llvm/CodeGen/SelectionDAGNodes.h
include/llvm/IR/Instructions.h
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/Target/AArch64/AArch64ISelLowering.cpp
lib/Target/X86/X86ISelLowering.cpp
|