[all-commits] [llvm/llvm-project] 562722: Return failure on failure in convertBlockSignature.
Stella Laurenzo via All-commits
all-commits at lists.llvm.org
Wed Oct 6 15:36:02 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 56272257f3f3696a718abeb73bee4c2cc0a14b01
https://github.com/llvm/llvm-project/commit/56272257f3f3696a718abeb73bee4c2cc0a14b01
Author: Stella Laurenzo <stellaraccident at gmail.com>
Date: 2021-10-06 (Wed, 06 Oct 2021)
Changed paths:
M mlir/lib/Transforms/Utils/DialectConversion.cpp
M mlir/test/Transforms/test-legalize-type-conversion.mlir
Log Message:
-----------
Return failure on failure in convertBlockSignature.
This was causing a subsequent assert/crash when a type converter failed to convert a block argument.
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D110985
More information about the All-commits
mailing list