This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [patches] loop optimizer and barriers


> + /* Some of the old code expect exactly barrier to appear as next insns after an
> +    JUMP_INSN.  This is not generally true, so look trought the insn stream,
> +    move the barriers to the insns causing them and remove duplicated barriers.

Oops, the comment is really confusing

/* Some of the old code expect exactly one barrier as NEXT_INSN of non-falling
   tought insn.  This is not generally true, as multiple barriers may
   be present and they can be separated by NOTE.  This simple pass
   examine insn stream, move the barriers and remove duplicates to make
   old code happy.  */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]