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

rsw0x via Digitalmars-d digitalmars-d at puremagic.com
Wed Jul 15 03:55:18 PDT 2015


On Wednesday, 15 July 2015 at 10:28:10 UTC, Ola Fosheim Grøstad 
wrote:
> 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.

   -pass-remarks=<pattern>                         - Enable 
optimization remarks from passes whose name match the given 
regular expression
   -pass-remarks-analysis=<pattern>                - Enable 
optimization analysis remarks from passes whose name match the 
given regular expression
   -pass-remarks-missed=<pattern>                  - Enable missed 
optimization remarks from passes whose name match the given 
regular expression

from LDC's help output


More information about the Digitalmars-d mailing list