llvm-project
cfe5975e
- [MLIR] Fix SCF verifier crash (#153974)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
42 days ago
[MLIR] Fix SCF verifier crash (#153974) An operand of the nested yield op can be null and hasn't been verified yet when processing the enclosing operation. Using `getResultTypes()` will dereference this null Value and crash in the verifier.
References
#153974 - [MLIR] Fix SCF verifier crash
Author
joker-eph
Parents
681ecae9
Loading