[cfe-dev] disabling loop idiom recognizer in clang

Damjan Marion damjan.marion at gmail.com
Thu Apr 28 15:09:28 PDT 2011


Hi,

is there a way to disable loop idiom recognizer in clang?

I have a problem with compiling early stage code for ARM architecture which should not be linked to external libraries but clang replaces loop with memset call in the code.

Thanks,

Damjan



More information about the cfe-dev mailing list