[llvm-dev] MCJIT emitting optimization diagnostics on stdout/stderr

Antoine Pitrou via llvm-dev llvm-dev at lists.llvm.org
Wed Jul 13 02:21:52 PDT 2016


Hello,

Starting with LLVM 3.8.x, we get some diagnostic printouts when JITting
some functions, e.g.:

  remark: <unknown>:0:0: loop not vectorized: cannot prove it is safe to
reorder memory operations

Is it normal to get those by default? Is there a well-defined way to
disable them?

Regards

Antoine.



More information about the llvm-dev mailing list