[all-commits] [llvm/llvm-project] 1eaa31: [mlir][DialectConversion] Change erroneous return ...
River Riddle via All-commits
all-commits at lists.llvm.org
Thu Feb 6 17:57:51 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1eaa31ce0e5242dbb4c90084952bede678e360a2
https://github.com/llvm/llvm-project/commit/1eaa31ce0e5242dbb4c90084952bede678e360a2
Author: River Riddle <riddleriver at gmail.com>
Date: 2020-02-06 (Thu, 06 Feb 2020)
Changed paths:
M mlir/lib/Transforms/DialectConversion.cpp
Log Message:
-----------
[mlir][DialectConversion] Change erroneous return to a continue
This fixes a nasty bug where the loop would return prematurely when
notifying the argument converter that an operation was removed.
More information about the All-commits
mailing list