aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/VirtualFileSystem.cpp
diff options
context:
space:
mode:
authorJakub Kuderski <jakub@nod-labs.com>2025-09-15 10:59:53 -0400
committerGitHub <noreply@github.com>2025-09-15 10:59:53 -0400
commitc88f3c582dc2ef5f2fdfd0c5887f5f7562f49095 (patch)
tree95e4011b2a9429cdbd15292cad72d13e68d73920 /llvm/lib/Support/VirtualFileSystem.cpp
parente299d9ac744600d837b45cb0be9d000b4ecbf2a3 (diff)
downloadllvm-c88f3c582dc2ef5f2fdfd0c5887f5f7562f49095.zip
llvm-c88f3c582dc2ef5f2fdfd0c5887f5f7562f49095.tar.gz
llvm-c88f3c582dc2ef5f2fdfd0c5887f5f7562f49095.tar.bz2
[mlir] Add base class type aliases for rewrites/conversions. NFC. (#158433)
This is to simplify writing rewrite/conversion patterns that usually start with: ```c++ struct MyPattern : public OpRewritePattern<MyOp> { using OpRewritePattern::OpRewritePattern; ``` and allow for: ```c++ struct MyPattern : public OpRewritePattern<MyOp> { using Base::Base; ``` similar to how we enable it for pass classes.
Diffstat (limited to 'llvm/lib/Support/VirtualFileSystem.cpp')
0 files changed, 0 insertions, 0 deletions