[llvm] r223764 - Teach instcombine to canonicalize "element extraction" from a load of an

Renato Golin renato.golin at linaro.org
Tue Dec 9 05:39:30 PST 2014


On 9 December 2014 at 08:55, Chandler Carruth <chandlerc at gmail.com> wrote:
> Author: chandlerc
> Date: Tue Dec  9 02:55:32 2014
> New Revision: 223764
>
> URL: http://llvm.org/viewvc/llvm-project?rev=223764&view=rev
> Log:
> Teach instcombine to canonicalize "element extraction" from a load of an
> integer and "element insertion" into a store of an integer into actual
> element extraction, element insertion, and vector loads and stores.

Hi Chandler,

I believe this patch broke our self-hosting bot:

http://lab.llvm.org:8011/builders/clang-cmake-armv7-a15-selfhost/builds/1879

cheers,
--renato



More information about the llvm-commits mailing list