https://bugs.kde.org/show_bug.cgi?id=385409

--- Comment #28 from Florian Weimer <fwei...@redhat.com> ---
Found it:

      /* A ternary if-then-else operator.  It returns iftrue if cond is         
         nonzero, iffalse otherwise.  Note that it is STRICT, ie. both          
         iftrue and iffalse are evaluated in all cases.                         

         ppIRExpr output: ITE(<cond>,<iftrue>,<iffalse>),                       
                         eg. ITE(t6,t7,t8)                                      
      */

So we need to emit a guard before the loads that go beyond the load limit.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to