[LLVMdev] Bounds checking

Chris Lattner sabre at nondot.org
Fri Nov 30 20:28:52 PST 2007


On Nov 30, 2007, at 5:59 PM, Jon Harrop wrote:

>
> Does LLVM hoist bounds checks out of inner loops?

LLVM does loop unswitching, so yes in some cases it does.

-Chris



More information about the llvm-dev mailing list