[PATCH] D14267: Add target preference for GatherAllAliases max depth
hfinkel@anl.gov via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 11 10:12:30 PST 2015
hfinkel accepted this revision.
hfinkel added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: include/llvm/Target/TargetLowering.h:1970
@@ +1969,3 @@
+ /// Depth that GatherAllAliases should should continue looking for chain
+ /// dependencies when trying to find a more preferrable chain. As na
+ /// approximation, this should be more than the number of consecutive stores
----------------
na -> an
http://reviews.llvm.org/D14267
More information about the llvm-commits
mailing list