[clang] [CIR][OpenACC] Implement pointer/array recipe destructors (PR #160189)
Razvan Lupusoru via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 24 08:25:47 PDT 2025
razvanlupusoru wrote:
> Open for suggestions how how to do so! One of the problems I ran into with this is that the 'recipe' is always added at the 'top' when we create it, so it is inverse order. AND FileCheck doesn't let you go 'backwards', so I was unable to put the recipes inline.
I agree that it is wonky to use FileCheck with CHECK-DAG especially if it is backwards. One suggestion to alleviate the FileCheck issue is to actually insert in order - one possible way is to keep last recipe insertion point.
https://github.com/llvm/llvm-project/pull/160189
More information about the cfe-commits
mailing list