[PATCH] D22582: [AArch64] Load/store opt: Don't count transient instructions towards search limits.
Tim Northover via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 20 15:17:05 PDT 2016
t.p.northover added a comment.
I think you also need to declare initializeAArch64LoadStoreOptPass in AArch64.h and call it in AArch64TargetMachine.cpp (otherwise llc won't recognize aarch64-ldst-opt).
Other than that, it all looks reasonable to me now.
https://reviews.llvm.org/D22582
More information about the llvm-commits
mailing list