We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981b83d commit 2642e97Copy full SHA for 2642e97
flang/test/Analysis/AliasAnalysis/cuf-allocate-source-kind.mlir
@@ -2,7 +2,7 @@
2
// RUN: fir-opt %s -pass-pipeline='builtin.module(func.func(test-fir-alias-analysis))' -debug-only=fir-alias-analysis --mlir-disable-threading 2>&1 | FileCheck %s
3
4
// Verify that CUF allocation via cuf.allocate is recognized as
5
-// SourceKind::Allocate by fir::AliasAnalysis::getSource on the box value.
+// SourceKind::Allocate by fir::AliasAnalysis::getSource on the box cuf.alloc allocated
6
7
module {
8
func.func @_QQmain() attributes {fir.bindc_name = "TEST"} {
0 commit comments