[llvm-commits] [llvm] r130485 - in /llvm/trunk: lib/Transforms/InstCombine/InstCombineShifts.cpp test/Transforms/InstCombine/shift.ll
Duncan Sands
baldrick at free.fr
Fri Apr 29 01:36:26 PDT 2011
Hi Benjamin,
> + // (C1<< A)<< C2) -> (C1<< C2)<< A)
nice transform! You have more closing parentheses than opening parentheses
on the above line though :)
Ciao, Duncan.
More information about the llvm-commits
mailing list