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

Luke Hutton llvmlistbot at llvm.org
Fri Oct 24 07:21:29 PDT 2025


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

Added, thanks!

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


More information about the Mlir-commits mailing list