[llvm] [M68k] Add remaining addressing modes for Atomic operations (PR #115523)
Min-Yih Hsu via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 10 15:34:03 PST 2024
================
@@ -708,6 +708,20 @@ bool M68kDAGToDAGISel::SelectARIPD(SDNode *Parent, SDValue N, SDValue &Base) {
return false;
}
+static bool allowARIDWithDisp(SDNode *Parent) {
----------------
mshockwave wrote:
will the compiler prompt unused function warning when building LLVM without assertion?
https://github.com/llvm/llvm-project/pull/115523
More information about the llvm-commits
mailing list