Creator of LLVM, Clang, and Swift Says To Not Write Security Critical Code In C/C++

via Digitalmars-d digitalmars-d at puremagic.com
Wed Jul 15 03:28:07 PDT 2015


See http://llvm.org/docs/Vectorizers.html#diagnostics

-Rpass=loop-vectorize identifies loops that were successfully 
vectorized.

-Rpass-missed=loop-vectorize identifies loops that failed 
vectorization and indicates if vectorization was specified.

-Rpass-analysis=loop-vectorize identifies the statements that 
caused vectorization to fail.



More information about the Digitalmars-d mailing list