[PATCH] D78415: Fix inlining multi-block callees with type conversion.

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 17 20:24:05 PDT 2020


rriddle added inline comments.


================
Comment at: mlir/test/Transforms/inlining.mlir:134
 
+func @convert_callee_fn_multiblock() -> i32 {
+  br ^bb0
----------------
Please add check lines to this test.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78415/new/

https://reviews.llvm.org/D78415





More information about the llvm-commits mailing list