[llvm-commits] [llvm] r94507 - /llvm/trunk/lib/Support/ConstantRange.cpp

Duncan Sands baldrick at free.fr
Tue Jan 26 00:46:21 PST 2010


Hi Dan,

> +  // TODO: If either operand is a single element, round the result min anx

anx -> and

> +  // max value to the appropriate multiple of that element.

By the way, the proposed transform is only valid if the multiplied up interval
doesn't wrap around.

Ciao,

Duncan.



More information about the llvm-commits mailing list