[all-commits] [llvm/llvm-project] d1304b: [mlir][acc] Offload verifier should print variable...

Razvan Lupusoru via All-commits all-commits at lists.llvm.org
Tue Jun 9 12:49:29 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d1304bd75f71c0c425d137da36f8d6a29d9aa0a2
      https://github.com/llvm/llvm-project/commit/d1304bd75f71c0c425d137da36f8d6a29d9aa0a2
  Author: Razvan Lupusoru <razvan.lupusoru at gmail.com>
  Date:   2026-06-09 (Tue, 09 Jun 2026)

  Changed paths:
    M mlir/lib/Dialect/OpenACC/Transforms/OffloadTargetVerifier.cpp
    M mlir/test/Dialect/OpenACC/offload-target-verifier.mlir

  Log Message:
  -----------
  [mlir][acc] Offload verifier should print variable names (#202678)

The offload target verifier is used to ensure that all ssa values and
symbols have appropriate OpenACC mapping. When this is not the case, an
error is shown. However, showing variable names is useful and thus add
the functionality since OpenACCSupport has the means to retrieve them.



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