[PATCH] D45353: AMDGPU: Initialize GlobalISel passes
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 5 21:45:30 PDT 2018
arsenm added a comment.
My guess is it was just copying how SelectionDAG worked where each target owned the actual pass, so it had to be initialized there. I'm guessing this should probably be called wherever initializeCodeGen is called, but maybe not in it
Repository:
rL LLVM
https://reviews.llvm.org/D45353
More information about the llvm-commits
mailing list