[PATCH] D71687: Fix full loop unrolling initialization in new pass manager
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 26 15:37:16 PST 2019
MaskRay added inline comments.
================
Comment at: clang/test/Misc/loop-opt-setup.c:13
+int B(void) {
+#pragma clang loop unroll(full)
+ for (int i = 0; i < 16; ++i)
----------------
The test seems to pass without the code change (llvm/lib/Passes/PassBuilder.cpp) below.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71687/new/
https://reviews.llvm.org/D71687
More information about the cfe-commits
mailing list