[all-commits] [llvm/llvm-project] c4ea92: AtomicExpand: Change return type for shouldExpandA...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Apr 6 19:34:17 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c4ea925f504850e521d1e9d7c54bb00a1f1d80c3
https://github.com/llvm/llvm-project/commit/c4ea925f504850e521d1e9d7c54bb00a1f1d80c3
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-04-06 (Wed, 06 Apr 2022)
Changed paths:
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/lib/CodeGen/AtomicExpandPass.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.h
M llvm/lib/Target/ARM/ARMISelLowering.cpp
M llvm/lib/Target/ARM/ARMISelLowering.h
M llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
M llvm/lib/Target/Hexagon/HexagonISelLowering.h
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/lib/Target/X86/X86ISelLowering.h
Log Message:
-----------
AtomicExpand: Change return type for shouldExpandAtomicStoreInIR
Use the same enum as the other atomic instructions for consistency, in
preparation for addition of another strategy.
Introduce a new "Expand" option, since the store expansion does not
use cmpxchg. Alternatively, the existing CmpXChg strategy could be
renamed to Expand.
More information about the All-commits
mailing list