mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 13:35:38 +08:00
[flang][OpenMP] Parser support for the unroll construct (5.1)
added parser support for the unroll construct Reviewed By: kiranchandramohan Differential Revision: https://reviews.llvm.org/D138229
This commit is contained in:
committed by
Kiran Chandramohan
parent
4e390073aa
commit
84bf4b7cdf
@@ -2153,6 +2153,9 @@ public:
|
||||
case llvm::omp::Directive::OMPD_tile:
|
||||
Word("TILE ");
|
||||
break;
|
||||
case llvm::omp::Directive::OMPD_unroll:
|
||||
Word("UNROLL ");
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user