[flang] Fix testcase after 0b328bc6a50becb35ebfb158dd3de69bd32c5563 - #205914
Merged
Conversation
|
@llvm/pr-subscribers-flang-semantics Author: Krzysztof Parzyszek (kparzysz) ChangesFull diff: https://github.com/llvm/llvm-project/pull/205914.diff 1 Files Affected:
diff --git a/flang/test/Semantics/cuf05.cuf b/flang/test/Semantics/cuf05.cuf
index a9fd826d53c0b..0219549d57e72 100644
--- a/flang/test/Semantics/cuf05.cuf
+++ b/flang/test/Semantics/cuf05.cuf
@@ -10,10 +10,10 @@ module m
implicit none
contains
attributes(device) subroutine devsubr()
- !CHECK: blockdim: Use from blockdim in __cuda_builtins
- !CHECK: blockidx: Use from blockidx in __cuda_builtins
- !CHECK: griddim: Use from griddim in __cuda_builtins
- !CHECK: threadidx: Use from threadidx in __cuda_builtins
- !CHECK: warpsize: Use from warpsize in __cuda_builtins
+ !CHECK: blockdim: Use from blockdim in cudadevice
+ !CHECK: blockidx: Use from blockidx in cudadevice
+ !CHECK: griddim: Use from griddim in cudadevice
+ !CHECK: threadidx: Use from threadidx in cudadevice
+ !CHECK: warpsize: Use from warpsize in cudadevice
end subroutine
end module
|
maarcosrmz
pushed a commit
to maarcosrmz/llvm-project
that referenced
this pull request
Jul 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.