[llvm] r293893 - In visitSTORE, always use FindBetterChain, rather than only when UseAA is enabled.

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 2 08:41:13 PST 2017


On 2 February 2017 at 14:39, Nirav Dave via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: niravd
> Date: Thu Feb  2 08:39:42 2017
> New Revision: 293893
>
> URL: http://llvm.org/viewvc/llvm-project?rev=293893&view=rev
> Log:
> In visitSTORE, always use FindBetterChain, rather than only when UseAA is enabled.

Hi Nirav,

I guess this one is yours:

http://lab.llvm.org:8011/builders/clang-native-arm-lnt/builds/2386

The other two patches are hexagon or clang-format.  :(

Preliminary investigations show a stack trace from Lua:

$ cat alltests.lua | ./Output/lua.simple
lua: run_bench_tests.lua:252: attempt to index global 'arg' (a nil value)
stack traceback:
run_bench_tests.lua:252: in main chunk
[C]: in function 'dofile'
stdin:1: in main chunk
[C]: ?

I've collected the binary and objects files so we can investigate it offline.

cheers,
--renato


More information about the llvm-commits mailing list