[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 9 12:45:24 PDT 2022


ktras added a comment.

Additionally, in the section of this test that sets out to have only calls that are standard-conforming, please make sure that the result of the calls are being assigned to a variable that is a scalar if the `dim` argument is present, and are being assigned to a variable that is an array if the `dim` argument in not present.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123747/new/

https://reviews.llvm.org/D123747



More information about the llvm-commits mailing list