[PATCH] D46273: [InstCombine, ARM] Convert vld1 to llvm load

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 3 09:01:55 PDT 2018


spatel added a comment.

In https://reviews.llvm.org/D46273#1086481, @labrinea wrote:

> I've actually used the utils/update_test_checks.py to auto-generate Filecheck assertions for the unit test. @spatel, this script is very practical but I am bit sceptical about it. We must be very careful when using it. The checks may not impose the desired compiler behaviour when auto-generated.


Thanks. Can you explain your concern? This is off-topic for the patch itself, so feel free to raise it on llvm-dev if that seems more appropriate.

I have no further comments for the patch, but I'll let @efriedma comment/approve once the perf results are available.


https://reviews.llvm.org/D46273





More information about the llvm-commits mailing list