This disables the kernel checks in Lean for our SSA to Expr lowering in tests/LLVM until https://github.com/leanprover/lean4/pull/4595 has been resolved. We are currently interested in LLVM expression-level statements. Disabling this check will allow us to get data on these expression level statements.
After this change, we can extract the following proofs.
Number of files in llvm's tests: 1516
Number of translated test files: 193
Number of successfully built test files: 185
Number of builds that failed: 6
Number of generated BitVector theorems: 1664
Occurrences of unsupported functions: 37407
This disables the kernel checks in Lean for our SSA to Expr lowering in
tests/LLVM
until https://github.com/leanprover/lean4/pull/4595 has been resolved. We are currently interested in LLVM expression-level statements. Disabling this check will allow us to get data on these expression level statements.After this change, we can extract the following proofs.
Number of files in llvm's tests: 1516 Number of translated test files: 193 Number of successfully built test files: 185 Number of builds that failed: 6 Number of generated BitVector theorems: 1664 Occurrences of unsupported functions: 37407