[all-commits] [llvm/llvm-project] 8199c2: [flang][NFC] update some old tests to HLFIR loweri...

jeanPerier via All-commits all-commits at lists.llvm.org
Mon Feb 24 06:02:57 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8199c2d427fcf72e39aa29dd457eebca8a985af8
      https://github.com/llvm/llvm-project/commit/8199c2d427fcf72e39aa29dd457eebca8a985af8
  Author: jeanPerier <jperier at nvidia.com>
  Date:   2025-02-24 (Mon, 24 Feb 2025)

  Changed paths:
    M flang/test/Lower/allocatable-assignment.f90
    M flang/test/Lower/array-character.f90
    R flang/test/Lower/array-copy.f90
    R flang/test/Lower/array-derived-assignments.f90
    M flang/test/Lower/array-elemental-calls-char-byval.f90
    M flang/test/Lower/array-elemental-calls-char.f90
    R flang/test/Lower/array-expression.f90
    M flang/test/Lower/call-by-value-attr.f90
    M flang/test/Lower/call-parenthesized-arg.f90
    M flang/test/Lower/character-assignment.f90
    R flang/test/Lower/character-concatenation.f90
    M flang/test/Lower/character-substrings.f90
    M flang/test/Lower/components.f90
    M flang/test/Lower/derived-assignments.f90
    M flang/test/Lower/entry-statement.f90
    M flang/test/Lower/forall/scalar-substring.f90

  Log Message:
  -----------
  [flang][NFC] update some old tests to HLFIR lowering (#127230)

Update some LIT tests that are using the legacy lowering to use HLFIR.

This makes testing more modular and is a step towards getting rid of the
legacy lowering (that is only kept because of the tests).
There are many more.

I deleted a couple file that were very specific to the legacy lowering
(e.g. array-copy).



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