diff options
author | tdanyluk <tdanyluk@nvidia.com> | 2025-04-08 17:34:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-08 17:34:20 +0200 |
commit | 76d2e0881e19359e262043a149474049f94ea348 (patch) | |
tree | 768d2abe20ce93e6848616443b1f214e789a9cc2 /clang/lib/Frontend/CreateInvocationFromCommandLine.cpp | |
parent | 4e9cfcf6afa340b3ffae5996f6a511951f528ce1 (diff) | |
download | llvm-76d2e0881e19359e262043a149474049f94ea348.zip llvm-76d2e0881e19359e262043a149474049f94ea348.tar.gz llvm-76d2e0881e19359e262043a149474049f94ea348.tar.bz2 |
[mlir] fix references of attributes which are not defined earlier (#134364)
If an attribute is not defined earlier in the same file, but just
referenced from its dialect directly, then currently not the correct
check is being emited.
What would it emit for #toy.shape<[1, 2, 3]>:
Earlier:
// CHECK: #[['?']]<[1, 2, 3]>
Now:
// CHECK: #toy.shape<[1, 2, 3]>
Diffstat (limited to 'clang/lib/Frontend/CreateInvocationFromCommandLine.cpp')
0 files changed, 0 insertions, 0 deletions