[all-commits] [llvm/llvm-project] 310468: [PowerPC][Atomics] Remove redundant block to clear...
Kai Luo via All-commits
all-commits at lists.llvm.org
Thu Oct 12 19:59:40 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3104681686b17ea3c611e84b30884a25b84f87b6
https://github.com/llvm/llvm-project/commit/3104681686b17ea3c611e84b30884a25b84f87b6
Author: Kai Luo <lkail at cn.ibm.com>
Date: 2023-10-13 (Fri, 13 Oct 2023)
Changed paths:
M llvm/lib/Target/PowerPC/PPCExpandAtomicPseudoInsts.cpp
M llvm/test/CodeGen/PowerPC/atomics-i128.ll
Log Message:
-----------
[PowerPC][Atomics] Remove redundant block to clear reservation (#68430)
This PR is following what https://reviews.llvm.org/D134783 does for
quardword CAS.
More information about the All-commits
mailing list