[clang] [OpenACC][CIR] 'cache' construct lowering (PR #146915)

Bruno Cardoso Lopes via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 3 14:28:14 PDT 2025


bcardosolopes wrote:

> This did require some work to ensure that the cache doesn't have 'vars' that aren't inside of the loop, but Sema is taking care of that with a warning

Because it's a warning, is there anything we can add to existing verifiers to sanity check the invariant?

https://github.com/llvm/llvm-project/pull/146915


More information about the cfe-commits mailing list