[PATCH] D67442: [Polly] Fix lib/Transform/ScheduleOptimizer.cpp compilation on Solaris
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 12 19:38:01 PDT 2019
Meinersbur accepted this revision.
Meinersbur added a comment.
This revision is now accepted and ready to land.
According to https://en.cppreference.com/w/cpp/numeric/math/sqrt. there should be `long` overloads of sqrt/ceil. However, there only case the argument to double, so this patch is a NFC compile fix.
If you need someone to commit this patch please add a comment saying so.
Repository:
rPLO Polly
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67442/new/
https://reviews.llvm.org/D67442
More information about the llvm-commits
mailing list