We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c916b4e commit f0655bdCopy full SHA for f0655bd
src/driver.jl
@@ -433,10 +433,6 @@ const __llvm_initialized = Ref(false)
433
empty!(f)
434
end
435
436
-
437
- if should_verify()
438
- @timeit_debug to "verification" verify(ir)
439
- end
440
441
442
if validate
@@ -445,6 +441,10 @@ const __llvm_initialized = Ref(false)
445
446
447
443
444
+ if should_verify()
+ @timeit_debug to "verification" verify(ir)
+ end
+
448
return ir, (; entry, compiled)
449
450
0 commit comments