Michael Kruse
Michael Kruse
As Hal mentioned, (full) unrolling may enable other optimizations. I think of folding an index expression such as i*8+1 into a constant, remove a constant table lookup, or the SLP...
Can you identify the file one file that takes long to compile? With this file, add `-polly-dump-before` which will write a file with `-before.ll` suffix into the current dir. The...
> -mllvm -polly-dependences-computeout=0 > -mllvm -polly-detect-profitability-min-per-loop-insts=40 These are options that will make compilation slow. The former removes the bailout that stops Polly from spending a lot of time on solving...
Clang has a `--help-hidden` flag which prints a few more options, but still no `-fsyntax-only`. It has no HelpText text in https://github.com/llvm/llvm-project/blob/b83d0d46c0b197c36c671493a3339d8d7a8bcd6a/clang/include/clang/Driver/Options.td#L2797
> Windows builds fail earlier because they cannot seem to locate a pre-installed compiler-rt (at least that's what I think is causing it). On Windows, when compiling with msvc, compiler-rt...
Can we use a different name than `omp.canonical_loop` (or propose a new name for what we will use to create a CanonicalLoopInfo)? I fear that when we eventually introduce the...
IMHO we should prioritize switching from Bugzilla from GitHub over Phabricator. Reasons: 1. bugs.llvm.org is still on version 5.0.2 (released in 2016) 2. Latest release of Bugzilla was in 2019...