[PATCH] D33518: [AArch64] Fix stores of zero values
Geoff Berry via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 12 12:29:08 PDT 2017
gberry requested changes to this revision.
gberry added a comment.
This revision now requires changes to proceed.
Hi Nirav,
I did a test run with this patch to see what the extent of the changes are and it seems to get into an infinite loop during ISel in quite a few cases. For example, when compiling a test from the llvm test-suite like so:
clang -DSMALL_PROBLEM_SIZE=1 -DNDEBUG -O3 -c MultiSource/Benchmarks/TSVC/Packing-dbl/tsc.c
Also, could you fix the summary of this patch? The first sentence seems incomplete.
https://reviews.llvm.org/D33518
More information about the llvm-commits
mailing list