[PATCH] D30552: Fix regressions cased by D29862
Evgeny Stupachenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 13 12:38:50 PDT 2017
evstupac added inline comments.
================
Comment at: lib/Transforms/Scalar/LoopStrengthReduce.cpp:1080
+ Special, ///< A special case of basic, allowing -1 scales.
+ Address ///< An address use; folding according to TargetLowering
// TODO: Add a generic icmp too?
----------------
qcolombet wrote:
> Unrelated change?
No. This to to make compare function easier (compare enum values):
U1.Kind < U2.Kind
Repository:
rL LLVM
https://reviews.llvm.org/D30552
More information about the llvm-commits
mailing list