================
@@ -398,6 +400,11 @@ class LValue {
     return VectorIdx;
   }
 
+  llvm::Value *getMatrixRowIdx() const {
+    assert(isMatrixRow());
+    return VectorIdx;
----------------
hekota wrote:

This is slightly confusing. Could you update the comment above VectorIdx 
declaration to mention it is also used for matrix row, or even better add a new 
member to the union called `llvm::Value *MatrixRowIdx;`?

https://github.com/llvm/llvm-project/pull/170779
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to