mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 11:02:04 +08:00
ef8325ba502a24fe3e789a3fb8bf1b57976d1172
cl::opt<unsigned long> is not specialized and hence the option -polly-optree-max-ops impossible to use. Replace by supported option cl::opt<unsigned>. Also check for an error state when computing the written value, which happens when the quota runs out. llvm-svn: 313546
…
…
…
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%