[llvm] [TLI][NFC] Autogenerate vectorized libcall tests for SLEEF/ArmPL. (PR #76146)

Paschalis Mpeis via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 21 06:18:55 PST 2023


================
@@ -1,4 +1,4 @@
-; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --filter "(_)|(cos|expf?\(|exp2|exp10|fmod|gamma|log|pow|sin|sqrt|tan)|(ret)" --version 2
----------------
paschalis-mpeis wrote:

In some tests we explicitly check for exp variants (ie, with `expf?\(|exp2|exp10`), and this change groups them together. I don't mind which one to use but it's better to be consistent about it in all relevant tests., eg:
sleef-intrinsic-calls-aarch64.ll
sleef-calls-aarch64.ll
armpl-intrinsics.ll

https://github.com/llvm/llvm-project/pull/76146


More information about the llvm-commits mailing list