[Mlir-commits] [mlir] [mlir][tosa] Add support for cast_from/to_block_scaled (PR #163436)

Michael Platings llvmlistbot at llvm.org
Fri Oct 24 03:32:54 PDT 2025


================
@@ -79,7 +79,7 @@ class ProfileInfoDepot {
 
   LogicalResult populatationDispatch(Operation *op);
 
-  LogicalResult populateProfileInfo(ValueRange operands, Value output);
+  LogicalResult populateProfileInfo(ValueRange operands, ValueRange output);
----------------
mplatings wrote:

Would be good to have a comment explaining this function

https://github.com/llvm/llvm-project/pull/163436


More information about the Mlir-commits mailing list