Issue 84631
Summary mlirDataFormatters.py doesn't print the value of mlir::Operation::result_range correctly
Labels mlir
Assignees
Reporter onlytheworld
    When I try to get the return value of the operation `op` (`op` has more than one return value), I find that `mlir/utils/lldb-scripts/mlirDataFormatters.py` doesn't print the values of `mlir::Operation::result_range` correctly. If I assign it to `llvm::SmallVector`, I can see that the values are actually correct.

![image](https://github.com/llvm/llvm-project/assets/37205103/52afa83b-cef1-4f78-8352-5db2b24000ce)


![image](https://github.com/llvm/llvm-project/assets/37205103/93c4eaf2-a862-4403-9a13-e74f645b6525)

_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to