-
Bug
-
Resolution: Fixed
-
Medium
-
Code Generation Tools
-
CODEGEN-3927
-
-
-
Manually insert a NOP instruction in the repeat block (RPTB) in the generated assembly file, and compile the assembly file. Alternately, insert a NOP intrinsic in the source code loop for which the repeat block is generated.
-
The compiler generates a repeat block (RPTB) that turns out to be too small when run through the assembler. This is because the...
Compiler generates too-small RPTB loop with MOV AH, #0