[PATCH] D93863: [NewPM][AMDGPU] Port amdgpu-simplifylib/amdgpu-usenative

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 28 09:37:04 PST 2020


arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.

LGTM with nit



================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp:496
+          return true;
+        } else if (PassName == "amdgpu-usenative") {
+          PM.addPass(AMDGPUUseNativeCallsPass());
----------------
No else after return


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93863



More information about the llvm-commits mailing list