[PATCH] D45353: AMDGPU: Initialize GlobalISel passes

Daniel Sanders via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 6 09:30:14 PDT 2018


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

I'm not sure why it's still separate but having it separate means that compilers with only targets that don't implement GlobalISel don't spend time initializing the passes for it. I think Tom's guess about minimizing LLVM_BUILD_GLOBAL_ISEL is probably the original reason.

This patch LGTM


Repository:
  rL LLVM

https://reviews.llvm.org/D45353





More information about the llvm-commits mailing list