alexey-bataev wrote: > > Thanks for the heads up. I don't think renaming to openmp_assume works for > > OpenMP. We need to support `#pragma omp assume`, `[[omp::assume]]` and > > `[[using omp : assume]]` as defined by the standard. > > Hmm, `[[omp::assume]]` shouldn’t be an issue, because that’s pretty clearly > something else. It’s mainly `[[clang::assume]]` and `__attribute__((assume))` > that are the problem here.
Both `[[clang::assume]]` and `__attribute__((assume))` are not supported by the standard, so it is up to you what to do with it. https://github.com/llvm/llvm-project/pull/81014 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits