[PATCH] D81114: [OpenMPOpt] initial tests for ICV tracking. Only nthreads is used.
Jon Chesterfield via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 3 15:29:23 PDT 2020
JonChesterfield added a comment.
Nice. Great to have tests committed before the optimisation as it means the diff attached to that optimisation makes it really obvious what the transform did.
It might be worth removing some more of the noise from the IR, e.g. the 'noalias nocapture' stuff on the arguments is unlikely to be relevant.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81114/new/
https://reviews.llvm.org/D81114
More information about the llvm-commits
mailing list