Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GitHub][mlir][spirv] Add missing patterns for SPIR-V in mlir #66423

Merged
merged 1 commit into from
Sep 14, 2023

Conversation

kuhar
Copy link
Member

@kuhar kuhar commented Sep 14, 2023

Include conversion passes and tools.

@kuhar kuhar changed the title [GitHub][mlir][spir] Add missing patterns for SPIR-V in mlir [GitHub][mlir][spirv] Add missing patterns for SPIR-V in mlir Sep 14, 2023
@kuhar
Copy link
Member Author

kuhar commented Sep 14, 2023

I tested the first two patterns with:

const minimatch = require('minimatch')

function check_pattern(file, pattern) {
    match = minimatch(file, pattern)
    console.log(file + " : " + pattern + " : " + match)
}

check_pattern('mlir/lib/Conversion/ArithToSPIRV/X/Foo.cpp', 'mlir/**/*ToSPIRV/**')
check_pattern('mlir/lib/Conversion/SPIRVToLLVM/X/Foo.cpp', 'mlir/**/SPIRVTo*/**')

@kuhar kuhar merged commit ae84b16 into llvm:main Sep 14, 2023
2 checks passed
ZijunZhaoCCK pushed a commit to ZijunZhaoCCK/llvm-project that referenced this pull request Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants