[all-commits] [llvm/llvm-project] a0677f: [X86] Rename multiclass ATOMIC_LOAD_BINOP -> ATOMI...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Apr 26 07:30:16 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a0677ff5ebf711afcecdc9bfa336137caee43c72
https://github.com/llvm/llvm-project/commit/a0677ff5ebf711afcecdc9bfa336137caee43c72
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-04-26 (Mon, 26 Apr 2021)
Changed paths:
M llvm/lib/Target/X86/X86InstrCompiler.td
Log Message:
-----------
[X86] Rename multiclass ATOMIC_LOAD_BINOP -> ATOMIC_RMW_BINOP. NFCI.
Noticed while triaging the rG2149aa73f640c96 regressions - the LXADD ops are load+store RMW instructions, not just loads.
More information about the All-commits
mailing list