[PATCH] D123747: Test conforming & non-conforming lcobound intrinsic function semantics
Katherine Rasmussen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 2 13:43:42 PDT 2022
ktras requested changes to this revision.
ktras added a comment.
This revision now requires changes to proceed.
The test looks great and tests a lot of different ways to violate the standard, but I have one suggestion. I would recommend adding a call to `lcobound` where a non-constant integer is passed to the `kind` argument, as the standard requires that it `shall be a scalar integer constant expression.`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123747/new/
https://reviews.llvm.org/D123747
More information about the llvm-commits
mailing list