Files
clang-p2996/mlir/lib/Dialect/OpenACC/Transforms
Razvan Lupusoru 0d63a3d757 [mlir][acc] Update LegalizeDataValues pass to allow MappableType (#125134)
With the addition of new type interface MappableType, the
LegalizeDataValues should not make the assumption it can obtain a
pointer to the data (aka acc::getVarPtr() is now not guaranteed to get a
value - acc::getVar() must be used instead).

Thus update the pass to ensure it handles any var used in its data
clause operations.
2025-01-31 07:55:06 -08:00
..