[PATCH] D33345: [DAG] Improve Aliasing of operations to static alloca
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 10 13:41:08 PDT 2017
MatzeB added a comment.
Hi, this change leads to llvm-test-suite tramp3d-v4 failing (at least on macOS systems).
Example: http://lab.llvm.org:8080/green/job/perf_darwin_x86_O3flto/11000/
This should reproduce the problem:
$ cd test-suite
$ mkdir build
$ cd build
$ cmake -DCMAKE_C_COMPILER=/Users/mbraun/dev/public_llvm/assertbuild/bin/clang -GNinja ..
$ ninja tramp3d-v4
$ llvm-lit -v MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4.test
I will revert this in the meantime.
Repository:
rL LLVM
https://reviews.llvm.org/D33345
More information about the llvm-commits
mailing list