[PATCH] D136032: [X86][2/2] Adding atomic add/sub/or/xor/and lowering into RAO-INT instructions
Phoebe Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 15 20:05:53 PDT 2022
pengfei created this revision.
pengfei added reviewers: craig.topper, RKSimon, LuoYuanke.
Herald added subscribers: StephenFan, hiraditya.
Herald added a project: All.
pengfei requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
For more details about these instructions, please refer to the latest ISE document: https://www.intel.com/content/www/us/en/develop/download/intel-architecture-instruction-set-extensions-programming-reference.html
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D136032
Files:
llvm/lib/Target/X86/X86ISelLowering.cpp
llvm/lib/Target/X86/X86ISelLowering.h
llvm/lib/Target/X86/X86InstrRAOINT.td
llvm/test/CodeGen/X86/atomic-instructions-32.ll
llvm/test/CodeGen/X86/atomic-instructions-64.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136032.468048.patch
Type: text/x-patch
Size: 31542 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221016/126ddb35/attachment.bin>
More information about the llvm-commits
mailing list