[all-commits] [llvm/llvm-project] c2a22f: [flang][debug] Cleanup tests. (NFC) (#96189)
Abid Qadeer via All-commits
all-commits at lists.llvm.org
Fri Jun 21 02:17:15 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c2a22f1a720e88ba3b574175bd23c1fb0164b4c8
https://github.com/llvm/llvm-project/commit/c2a22f1a720e88ba3b574175bd23c1fb0164b4c8
Author: Abid Qadeer <haqadeer at amd.com>
Date: 2024-06-21 (Fri, 21 Jun 2024)
Changed paths:
A flang/test/Integration/debug-local-var-2.f90
R flang/test/Transforms/debug-fn-info.f90
A flang/test/Transforms/debug-fn-info.fir
R flang/test/Transforms/debug-local-var-2.f90
R flang/test/Transforms/debug-local-var.f90
A flang/test/Transforms/debug-local-var.fir
Log Message:
-----------
[flang][debug] Cleanup tests. (NFC) (#96189)
@kiranchandramohan mentioned
[here](https://github.com/llvm/llvm-project/pull/91582#discussion_r1606046605)
that LLVM IR tests should go in the Integration folder. He also
mentioned
[here](https://github.com/llvm/llvm-project/pull/91582#discussion_r1606684034)
that tests for `add-debug-info` pass should test that pass only. There
were some tests which were added before his comments so I have cleaned
them in this PR. The following changes were made.
1. Move LLVM IR tests to `Integration` folder.
2. Change tests from f90 to fir and only test changes done by
`add-debug-info` pass.
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