[all-commits] [llvm/llvm-project] dcf9d9: [PowerPC][Atomics] Simplify atomicrmw i128 pattern...
Kai Luo via All-commits
all-commits at lists.llvm.org
Wed Oct 11 21:00:48 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dcf9d946f5b5b90a9f95b21da116a6608122a415
https://github.com/llvm/llvm-project/commit/dcf9d946f5b5b90a9f95b21da116a6608122a415
Author: Kai Luo <lkail at cn.ibm.com>
Date: 2023-10-12 (Thu, 12 Oct 2023)
Changed paths:
M llvm/lib/Target/PowerPC/PPCInstr64Bit.td
Log Message:
-----------
[PowerPC][Atomics] Simplify atomicrmw i128 patterns. NFC. (#68779)
Most fragments of these patterns are the same, we can simplify them by
defining a common pattern.
More information about the All-commits
mailing list