[all-commits] [llvm/llvm-project] f8faf2: [mlir] Default `mlir-query` input to stdin (#156324)
Denzel-Brian Budii via All-commits
all-commits at lists.llvm.org
Mon Sep 1 07:04:46 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f8faf23d92a6bf931bad6104bace62be7182724c
https://github.com/llvm/llvm-project/commit/f8faf23d92a6bf931bad6104bace62be7182724c
Author: Denzel-Brian Budii <73462654+chios202 at users.noreply.github.com>
Date: 2025-09-01 (Mon, 01 Sep 2025)
Changed paths:
M mlir/lib/Tools/mlir-query/MlirQueryMain.cpp
Log Message:
-----------
[mlir] Default `mlir-query` input to stdin (#156324)
This allows piping without an explicit `-` :
```shell
./mlir-opt input.mlir -canonicalize | ./mlir-query -c "<your_query_1>" -c "<your_query_2>" ... -c "<your_query_N>"
```
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list