[Chapel Merge] Skip tests that check for local code in generated

Branch: refs/heads/master
Revision: 6e6bf4f
Author: daviditen
Log Message:

Merge pull request #16978 from daviditen/skip-FileDiff-tests-no-local

Skip tests that check for local code in generated IR for --no-local

[reviewed by @mppf]

For CHPL_COMM!=none or --no-local, skip tests that are expecting the IR
generated to be local and fail if it is not. They are testing for things
like stores in certain places in the IR where for --no-local they need to
be comm_put calls instead, etc.

Signed-off-by: David Iten daviditen@users.noreply.github.com

Modified Files:
A test/llvm/parallel_loop_access/parallel_loop_accesses3.skipif
A test/llvm/tbaa/tbaa_scalar.skipif

Compare: Comparing ca77fe330530...6e6bf4f2be1a · chapel-lang/chapel · GitHub