[all-commits] [llvm/llvm-project] 4ee950: update_test_checks: support more arm64_32-apple-wa...

Jon Roelofs via All-commits all-commits at lists.llvm.org
Mon Jun 3 15:37:38 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4ee950e75d40e335adb2d470b532d7375733f665
      https://github.com/llvm/llvm-project/commit/4ee950e75d40e335adb2d470b532d7375733f665
  Author: Jon Roelofs <jonathan_roelofs at apple.com>
  Date:   2024-06-03 (Mon, 03 Jun 2024)

  Changed paths:
    M llvm/test/CodeGen/AArch64/lower-ptrmask-arm64_32.ll
    M llvm/utils/UpdateTestChecks/asm.py

  Log Message:
  -----------
  update_test_checks: support more arm64_32-apple-watchos triples

Having the version in `get_run_handlers` meant that a RUN line without the
version in it would not match, and therefore UTC would generate a useless
catch-all check of the form:

```
;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
; CHECK: {{.*}}
```

This patch also adds `arm64_32` as a base-level run handler, and assumes it
will always apply to a darwin target (which is currently the case for all
arm64_32-* triples I see in tree currently).



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list