"llvm/test/TableGen/Tree.td" did not exist on "15eebca876848e0164249acb6f5e0bb6b8fe4489"
Fix for PR2164: allow transforming arbitrary-width unsigned divides into
multiplies. Some more cleverness would be nice, though. It would be nice if we could do this transformation on illegal types. Also, we would prefer a narrower constant when possible so that we can use a narrower multiply, which can be cheaper. llvm-svn: 60283
Loading
Please sign in to comment