llvm-project
14e97d64
- [mlir][Shape] Fix Yoda condition in OutlineShapeComputation (#174146)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
5 days ago
[mlir][Shape] Fix Yoda condition in OutlineShapeComputation (#174146) Change `nullptr != inpDefOp` to `inpDefOp != nullptr` for better readability and consistency with LLVM coding standards.
References
#174146 - [mlir][Shape] Fix Yoda condition in OutlineShapeComputation
Author
nkreeger
Parents
e6612308
Loading