llvm-project
04f0935c
- [Matrix] For MatrixRow with constant index use Indices.size() instead of getNumColumns() (#185530)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
10 days ago
[Matrix] For MatrixRow with constant index use Indices.size() instead of getNumColumns() (#185530) fixes #184380 Three changes - Use Indices.size() - Construct a new QualType if Indices.size() != MT->getNumColumns() - Add a new test case
References
#185530 - [Matrix] For MatrixRow with constant index use Indices.size() instead of getNumColumns()
Author
farzonl
Parents
6dd52127
Loading