[PATCH] D97751: [Polly] Refabricating IsOutermostParallel() from Integer Set Libarary(ISL) to take the C++ wrapper
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 2 00:03:53 PST 2021
Meinersbur requested changes to this revision.
Meinersbur added a comment.
This revision now requires changes to proceed.
The build failed because the formatting is not right (see "Lint: Pre-merge checks" message). You can run `ninja polly-update-format` to automatically fix it, then update the diff of this review.
================
Comment at: compiler-rt/lib/hwasan/hwasan_flags.inc:83
HWASAN_FLAG(bool, fail_without_syscall_abi, true,
- "Exit if fail to request relaxed syscall ABI.")
----------------
Unrelated change; please remove from the diff
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97751/new/
https://reviews.llvm.org/D97751
More information about the llvm-commits
mailing list