[PATCH] D68844: [SCEV] Compute exit count for simple floating point IVs
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 12 03:38:33 PDT 2019
nikic added a comment.
I'm wondering if we can't extend Float2Int to convert these to operations on integers. I'm assuming it currently doesn't due to a `FIXME: Handle select and phi nodes`.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68844/new/
https://reviews.llvm.org/D68844
More information about the llvm-commits
mailing list