mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
Instead of using the I64EnumAttr for the DataClause, now use EnumAttr instead. This makes tests more readable since now one can use the format #acc<data_clause acc_copyin> instead of just the number. Reviewed By: clementval, vzakhari Differential Revision: https://reviews.llvm.org/D155605