Skip to content

[flang] Fix testcase after 0b328bc6a50becb35ebfb158dd3de69bd32c5563 - #205914

Merged
kparzysz merged 1 commit into
mainfrom
users/kparzysz/fix-testcase
Jun 25, 2026
Merged

[flang] Fix testcase after 0b328bc6a50becb35ebfb158dd3de69bd32c5563#205914
kparzysz merged 1 commit into
mainfrom
users/kparzysz/fix-testcase

Conversation

@kparzysz

Copy link
Copy Markdown
Contributor

No description provided.

@llvmorg-github-actions llvmorg-github-actions Bot added flang Flang issues not falling into any other category flang:semantics labels Jun 25, 2026
@llvmorg-github-actions

Copy link
Copy Markdown

@llvm/pr-subscribers-flang-semantics

Author: Krzysztof Parzyszek (kparzysz)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/205914.diff

1 Files Affected:

  • (modified) flang/test/Semantics/cuf05.cuf (+5-5)
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

@Meinersbur Meinersbur left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kparzysz
kparzysz merged commit 9b29fb8 into main Jun 25, 2026
14 checks passed
@kparzysz
kparzysz deleted the users/kparzysz/fix-testcase branch June 25, 2026 21:07
maarcosrmz pushed a commit to maarcosrmz/llvm-project that referenced this pull request Jul 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

flang:semantics flang Flang issues not falling into any other category

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants