Skip to content
  • Bob Wilson's avatar
    Do not reassociate expressions with i1 type. SimplifyCFG converts some · 27dfb1e1
    Bob Wilson authored
    short-circuited conditions to AND/OR expressions, and those expressions
    are often converted back to a short-circuited form in code gen.  The
    original source order may have been optimized to take advantage of the
    expected values, and if we reassociate them, we change the order and
    subvert that optimization.  Radar 7497329.
    
    llvm-svn: 95333
    27dfb1e1
Loading