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.
Paths
| Differential D29762
Properly register the ARMConstantIslands pass with PassRegistry AbandonedPublic Authored by rmaprath on Feb 9 2017, 7:27 AM.
Details
Summary 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 Timelinermaprath added a child revision: D29763: Tighten ARMConstantInslands pass for Thumb-1 targets.Feb 9 2017, 7:30 AM
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
Revision Contents
Diff 87807 lib/Target/ARM/ARM.h
lib/Target/ARM/ARMConstantIslandPass.cpp
lib/Target/ARM/ARMTargetMachine.cpp
|
This variable isn't used for anything, and I don't see why you declare it.