[all-commits] [llvm/llvm-project] 6c2ad8: [TLI][NFC] Autogenerate vectorized call tests for ...

Alexandros Lamprineas via All-commits all-commits at lists.llvm.org
Fri Dec 22 08:29:32 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6c2ad8ac7b12a0963e15a853b71904b861a83af4
      https://github.com/llvm/llvm-project/commit/6c2ad8ac7b12a0963e15a853b71904b861a83af4
  Author: Alexandros Lamprineas <alexandros.lamprineas at arm.com>
  Date:   2023-12-22 (Fri, 22 Dec 2023)

  Changed paths:
    R llvm/test/Transforms/LoopVectorize/AArch64/armpl-calls.ll
    R llvm/test/Transforms/LoopVectorize/AArch64/armpl-intrinsics.ll
    R llvm/test/Transforms/LoopVectorize/AArch64/sleef-calls-aarch64.ll
    R llvm/test/Transforms/LoopVectorize/AArch64/sleef-intrinsic-calls-aarch64.ll
    A llvm/test/Transforms/LoopVectorize/AArch64/veclib-function-calls.ll
    A llvm/test/Transforms/LoopVectorize/AArch64/veclib-intrinsic-calls.ll

  Log Message:
  -----------
  [TLI][NFC] Autogenerate vectorized call tests for SLEEF/ArmPL. (#76146)

This patch prepares the ground for #76060.

* Unifies ArmPL and SLEEF tests for better coverage
* Replaces deprecated float* and double* types with ptr
* Adds noalias attribute to pointer arguments
* Adds some cmd-line options to the RUN lines to simplify output
* Removes datalayout since target triple is provided
* Removes checks for return statements
* Refactors the regex filter for autogenerated checks
* Removes redundant test file suffix (already under the AArch64 dir)




More information about the All-commits mailing list