[PATCH] D41953: [LoopUnroll] Unroll and Jam
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 4 02:38:32 PDT 2018
samparker added a comment.
Hi Dave,
Sorry, I don't follow you mean by splitting the pass manager. My idea of the problem and phase ordering would be: unroll and jam, as a standalone pass, runs before normal unrolling and, if successful, uses the metadata to prevent further unrolling later on. Can this not be the case? What am I missing here?
cheers,
sam
Repository:
rL LLVM
https://reviews.llvm.org/D41953
More information about the llvm-commits
mailing list