[clang] [Clang][CIR] Add vqshlud and vqshld AArch64 builtins (PR #190728)
Andrzej WarzyĆski via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 14 05:03:19 PDT 2026
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
More information about the cfe-commits
mailing list