[PATCH] D56403: add pragmas to control Software Pipelining optimisation
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 8 12:02:47 PST 2019
Meinersbur added a comment.
I recently added a WarnMissedTransformationsPass (lib/Transforms/Scalar/WarnMissedTransformations.cpp) which emits a warning if a `#pragma clang loop` has not been applied, for any reason. It would be nince if it would work for `#pragma clang loop` as well. For instance, if the target backend does not support yet. My implementation is located after the midend loop passes, so it cannot be adapted directly.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56403/new/
https://reviews.llvm.org/D56403
More information about the llvm-commits
mailing list