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