[PATCH] D45353: AMDGPU: Initialize GlobalISel passes
Tom Stellard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 5 21:43:27 PDT 2018
tstellar added a comment.
In https://reviews.llvm.org/D45353#1059351, @arsenm wrote:
> Is GlobalISel in a separate library? I'm not sure exactly why the initialize* functions are split up the way they are.
It is a separate library. My guess is that the targets started doing it this way back when GlobalISel was an optional library to minimize the number of places that needed ifdef LLVM_BUILD_GLOBAL_ISEL .
Repository:
rL LLVM
https://reviews.llvm.org/D45353
More information about the llvm-commits
mailing list