[PATCH] D99812: [PowerPC] [GlobalISel] Implementation of formal arguments lowering in the IRTranslator for the PPC backend

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 7 08:01:05 PDT 2021


nemanjai added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/GISel/PPCCallLowering.h:26
 
-class PPCCallLowering : public CallLowering {
+class PPCCallLowering : public llvm::CallLowering {
 public:
----------------
This can not be adequately reviewed without the context that the patch is missing. However, this should be within the `llvm` namespace so we shouldn't need the `llvm::` qualification.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99812



More information about the llvm-commits mailing list