Skip to content
Commit d428e22c authored by Evan Cheng's avatar Evan Cheng
Browse files

Back out fold (shl (add x, c1), c2) -> (add (shl x, c2), c1<<c2) for now.

It's causing an infinite loop compiling ldecod on x86 / Darwin.

llvm-svn: 26544
parent 3bc40502
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment