[llvm] [M68k] Add remaining addressing modes for Atomic operations (PR #115523)

via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 11 07:56:29 PST 2024


================
@@ -708,6 +708,20 @@ bool M68kDAGToDAGISel::SelectARIPD(SDNode *Parent, SDValue N, SDValue &Base) {
   return false;
 }
 
+static bool allowARIDWithDisp(SDNode *Parent) {
----------------
knickish wrote:

style guide was unclear about what do in this case, so I added `[[maybe_unused]]` here

https://github.com/llvm/llvm-project/pull/115523


More information about the llvm-commits mailing list