[PATCH] D94009: [AMDGPU] Split out new helper function macToMad in SIFoldOperands. NFC.

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 4 10:42:05 PST 2021


arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/Target/AMDGPU/SIFoldOperands.cpp:145
+  }
+  return 0;
+}
----------------
Technically this should use INSTRUCTION_LIST_END


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94009/new/

https://reviews.llvm.org/D94009



More information about the llvm-commits mailing list