[PATCH] D111077: [LV] Support converting FP add to integer reductions.
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 10 11:50:59 PDT 2021
reames added a comment.
As related work in the same area, and possibly an alternative (though I haven't looked at your test cases closely), I want to mention two old reviews of mine.
https://reviews.llvm.org/D68844 teaches SCEV to compute trip counts for simple floating point IVs
https://reviews.llvm.org/D68954 uses the above in IndVars to canonicalize to integers when possible
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111077/new/
https://reviews.llvm.org/D111077
More information about the llvm-commits
mailing list