[llvm-commits] [llvm] r103881 - in /llvm/trunk: lib/Target/ARM/ARMISelLowering.cpp test/CodeGen/ARM/mul_const.ll
Anton Korobeynikov
anton at korobeynikov.info
Sun May 16 01:53:50 PDT 2010
Hi, Evan
> Anton, for ARM to only special case 3, 5, 7, and 9, that really bugs me.
> Please make it deal with pow-of-2 cases or I'll continue to nag about this. :-)
I already have this patch in my queue. I'm planning to flush it today :)
We can surely move the stuff into generic DAG combiner afterwards.
PS: In fact, it's not 3, 5, 7 and 9, but also these ones shifted by
arbitrary amount :)
--
With best regards, Anton Korobeynikov.
Faculty of Mathematics & Mechanics, Saint Petersburg State University.
More information about the llvm-commits
mailing list