[all-commits] [llvm/llvm-project] aa9919: [flang][OpenMP] Add TODO messages for partially im...

Tom Eccles via All-commits all-commits at lists.llvm.org
Mon Jul 22 06:41:18 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: aa99192bc65071c0a008faefedd90874fbe053dd
      https://github.com/llvm/llvm-project/commit/aa99192bc65071c0a008faefedd90874fbe053dd
  Author: Tom Eccles <tom.eccles at arm.com>
  Date:   2024-07-22 (Mon, 22 Jul 2024)

  Changed paths:
    M flang/lib/Lower/DirectivesCommon.h
    A flang/test/Lower/OpenMP/Todo/atomic-character.f90
    A flang/test/Lower/OpenMP/Todo/atomic-complex.f90
    M flang/test/Lower/OpenMP/atomic-read.f90

  Log Message:
  -----------
  [flang][OpenMP] Add TODO messages for partially implemented atomic types (#99817)

There is ongoing work for fir.complex but this looks unlikely to land
before the LLVM branch. Adding a TODO message gives cleaner output to
users. Currently fir.complex leads to a compiler assertion failure.

Some uses of character types lead to invalid fir.convert type
conversions, others make it far enough to hit the same assertion failure
as for fir.complex.



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