This constraint is used in OMP2012 benchmark, and other compilers do not
enforce it. Change it into one warning. This addresses the issue
https://github.com/llvm/llvm-project/issues/56003.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM. This will help make progress with SpecOMP testing for the OpenMP team. Also, other compilers do not enforce it and gfortran gives a warning.
You can submit it after a day if there are no further requests for changes.
Comment Actions
If no other compiler enforces this useless constraint, then there is no portability concern.