[all-commits] [llvm/llvm-project] a60675: [CodeGen][NFC] Move test builtin_signbit.cpp to Co...

Donát Nagy via All-commits all-commits at lists.llvm.org
Thu Feb 20 01:56:25 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a60675d22723d682ba66c769ccb2b42e0b825a04
      https://github.com/llvm/llvm-project/commit/a60675d22723d682ba66c769ccb2b42e0b825a04
  Author: Donát Nagy <donat.nagy at ericsson.com>
  Date:   2025-02-20 (Thu, 20 Feb 2025)

  Changed paths:
    R clang/test/Analysis/builtin_signbit.cpp
    A clang/test/CodeGen/builtin_signbit.cpp

  Log Message:
  -----------
  [CodeGen][NFC] Move test builtin_signbit.cpp to CodeGen (#127814)

Because it is one of the three "misplaced" test files that appeared
under `/clang/test/Analysis` but were unrelated to the clang static
analyzer. For background see the following discourse thread:
https://discourse.llvm.org/t/taking-ownership-of-clang-test-analysis/84689/2

I placed this file in `clang/test/CodeGen` because as far as I see it
tests the code generated from `__builtin_signbit` (and there are many
other `builtin_*` test files in that directory); but I'm not familiar
with that area, so I'm not certain that it's the best place.



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