[all-commits] [llvm/llvm-project] 8dd8c4: [mlir][Transforms] Inliner: Extra checks for unstr...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed Aug 30 06:37:23 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8dd8c4adba79cdaeeb096cafff6040da9c0a4797
https://github.com/llvm/llvm-project/commit/8dd8c4adba79cdaeeb096cafff6040da9c0a4797
Author: Matthias Springer <me at m-sp.org>
Date: 2023-08-30 (Wed, 30 Aug 2023)
Changed paths:
M mlir/lib/Transforms/Inliner.cpp
M mlir/test/Transforms/inlining.mlir
Log Message:
-----------
[mlir][Transforms] Inliner: Extra checks for unstructured control flow
Do not inline IR with multiple blocks into ops that may not support unstructured control flow.
This fixes #64978.
Differential Revision: https://reviews.llvm.org/D159072
More information about the All-commits
mailing list