[all-commits] [llvm/llvm-project] 203f21: [flang][acc] Support fir.convert in type categoriz...

Razvan Lupusoru via All-commits all-commits at lists.llvm.org
Tue Sep 23 16:18:34 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 203f21be017e3dba33a515ef7aa5aaa383db109b
      https://github.com/llvm/llvm-project/commit/203f21be017e3dba33a515ef7aa5aaa383db109b
  Author: Razvan Lupusoru <razvan.lupusoru at gmail.com>
  Date:   2025-09-23 (Tue, 23 Sep 2025)

  Changed paths:
    M flang/lib/Optimizer/OpenACC/Support/FIROpenACCTypeInterfaces.cpp
    A flang/test/Fir/OpenACC/openacc-type-categories.mlir

  Log Message:
  -----------
  [flang][acc] Support fir.convert in type categorization (#160403)

Ensure that casting operations do not prevent mis-categorization. This
pattern is seen when variables are casted to be passed by raw pointers.
I encountered this problem because Fortran runtime calls take file name
by pointer.



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