banach-space wrote: > @banach-space hey i have a question so i was importing the test cases from > lang/test/CodeGen/AArch64/neon-intrinsics.c, but for some reason i am unable > to fill the check-lines using update_cc_test_checks.py, am i missing > something ?
I would need to see your invocation so that I can reproduce the issue locally. That said, I don't really use update_cc_test_checks.py much myself - the output can be quite noisy and the `CHECK` lines are already available in the original test files. You should be able to simply copy and re-use them (% small edits). https://github.com/llvm/llvm-project/pull/190728 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
