mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 21:53:12 +08:00
For variables in declare clauses, their producing operation should be marked with the data clause for ease of lookup and consistency verification. Thus add an attribute that can be used for this purpose plus verification that declare data operation matches the declare data clause on variable. Reviewed By: clementval Differential Revision: https://reviews.llvm.org/D155640