Hi All,
This patch adds the code generation support of HLE hinted atomic instructions in X86 backend.
Yours
- Michael
Paths
| Differential D439
Enable HLE code generation Needs ReviewPublic Authored by darkbuck on Feb 20 2013, 2:24 PM.
Details
Summary Hi All, This patch adds the code generation support of HLE hinted atomic instructions in X86 backend. Yours
Diff Detail Event TimelineComment Actions this patch is rebased on trunk and is revised after the change replacing TargetFlags to HLEHint Comment Actions Hi All This patch is rebased against LLVM trunk. There's no significant change except test cases are enhanced. Thanks
Revision Contents
Diff 1323 lib/Target/X86/X86ISelDAGToDAG.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86InstrCompiler.td
lib/Target/X86/X86InstrInfo.td
test/CodeGen/X86/hle-atomic16.ll
test/CodeGen/X86/hle-atomic32.ll
test/CodeGen/X86/hle-atomic64.ll
test/CodeGen/X86/hle-atomic8.ll
|