[all-commits] [llvm/llvm-project] 1998a0: [PowerPC][NFC] Update atomic patterns to use the r...
Amy Kwan via All-commits
all-commits at lists.llvm.org
Tue May 4 08:47:18 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1998a086551ce48ca62dfe75d41c250284ac0982
https://github.com/llvm/llvm-project/commit/1998a086551ce48ca62dfe75d41c250284ac0982
Author: Amy Kwan <amy.kwan1 at ibm.com>
Date: 2021-05-04 (Tue, 04 May 2021)
Changed paths:
M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
M llvm/lib/Target/PowerPC/PPCInstr64Bit.td
M llvm/lib/Target/PowerPC/PPCInstrInfo.td
Log Message:
-----------
[PowerPC][NFC] Update atomic patterns to use the refactored load/store implementation
This patch updates the scalar atomic patterns to use the refactored load/store
implementation introduced in D93370.
All existing test cases pass with when the refactored patterns are utilized.
Differential Revision: https://reviews.llvm.org/D94498
More information about the All-commits
mailing list