llvm-project
70ec2e4a - [MLIR] Fix type incompatibility in BitcastOp fold (#125193)

Commit
1 year ago
[MLIR] Fix type incompatibility in BitcastOp fold (#125193) This commit fixes a bug in the `arith::BitcastOp::fold` function where a poisoned constant value was incorrectly cast to `IntegerAttr`, causing a `cast<Ty>() argument of incompatible type!` error.
Author
Parents
Loading