This pass is currently not registered properly with the PassRegistry, making
it invisible for llc options like -stop-after and -run-pass.
I need this pass to be available for those options for a follow-up patch.
Differential D29762
Properly register the ARMConstantIslands pass with PassRegistry rmaprath on Feb 9 2017, 7:27 AM. Authored by
Details
This pass is currently not registered properly with the PassRegistry, making I need this pass to be available for those options for a follow-up patch.
Diff Detail Event Timeline
Comment Actions Address review comments: Get rid of the unnecessary pass id definition in the llvm namespace. Comment Actions Abandoning: @jmolloy has committed a semantically equivalent patch: https://reviews.llvm.org/rL294948 |