[PATCH] D137711: [X86] Use lock add/sub for cases that we only care about the EFLAGS
Phoebe Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 9 06:11:07 PST 2022
pengfei created this revision.
pengfei added reviewers: RKSimon, craig.topper, spatel.
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.
This fixes #36373, #36905 and partial of #58685.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D137711
Files:
llvm/include/llvm/CodeGen/TargetLowering.h
llvm/include/llvm/IR/IntrinsicsX86.td
llvm/lib/CodeGen/AtomicExpandPass.cpp
llvm/lib/Target/X86/X86ISelLowering.cpp
llvm/lib/Target/X86/X86ISelLowering.h
llvm/test/CodeGen/X86/pr37025.ll
llvm/test/CodeGen/X86/pr58685.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137711.474248.patch
Type: text/x-patch
Size: 12128 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221109/11d802cd/attachment.bin>
More information about the llvm-commits
mailing list