[all-commits] [llvm/llvm-project] 6b1282: Fix match_none dynamic user condition guard

Chi-Chun, Chen via All-commits all-commits at lists.llvm.org
Wed Jun 3 17:02:32 PDT 2026


  Branch: refs/heads/users/cchen/flang-metadirective-dynamic-user-cond
  Home:   https://github.com/llvm/llvm-project
  Commit: 6b1282a41bbd20e21bf716dff4db31673296f36a
      https://github.com/llvm/llvm-project/commit/6b1282a41bbd20e21bf716dff4db31673296f36a
  Author: Chi Chun, Chen <chichun.chen at hpe.com>
  Date:   2026-06-03 (Wed, 03 Jun 2026)

  Changed paths:
    M flang/lib/Lower/OpenMP/OpenMP.cpp
    M flang/test/Lower/OpenMP/metadirective-user.f90

  Log Message:
  -----------
  Fix match_none dynamic user condition guard

Under extension(match_none), a dynamic user condition should select the variant
when the runtime condition is false. Track the expected runtime condition value
on metadirective candidates and invert the emitted fir.if guard for match_none.



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