[all-commits] [llvm/llvm-project] 2b3c81: [Clang][ARM] Reenable arm_acle.c test.

David Green via All-commits all-commits at lists.llvm.org
Sun Mar 14 03:59:45 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2b3c8131434374caf3825c2bd4e012c85f8128de
      https://github.com/llvm/llvm-project/commit/2b3c8131434374caf3825c2bd4e012c85f8128de
  Author: David Green <david.green at arm.com>
  Date:   2021-03-14 (Sun, 14 Mar 2021)

  Changed paths:
    M clang/test/CodeGen/arm_acle.c

  Log Message:
  -----------
  [Clang][ARM] Reenable arm_acle.c test.

This test was apparently disabled in 6fcd4e080f09c9765d6, without any
sign of how it was going to be reenabled. This patch rewrites the test
to use update_cc_test_checks, with midend optimizations other that
mem2reg disabled.

The first attempt of this patch in 5ae949a9276542b46 failed on bots even
though it worked locally.  I've attempted to adjust the RUN lines and
made the test AArch64/ARM specific.

Differential Revision: https://reviews.llvm.org/D98510




More information about the All-commits mailing list