diff options
author | Mehdi Amini <joker.eph@gmail.com> | 2025-08-18 12:48:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-18 12:48:55 +0200 |
commit | cfe5975eaf0adf333c8210925318a7a43b1750de (patch) | |
tree | acdd4cae183a07997e1622231f8a9be64278a7ef /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 681ecae9133b0e54441529d1eb68fb3604333a93 (diff) | |
download | llvm-cfe5975eaf0adf333c8210925318a7a43b1750de.zip llvm-cfe5975eaf0adf333c8210925318a7a43b1750de.tar.gz llvm-cfe5975eaf0adf333c8210925318a7a43b1750de.tar.bz2 |
[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.
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions