summaryrefslogtreecommitdiff
path: root/mlir/lib/Conversion/ControlFlowToSCF/ControlFlowToSCF.cpp
diff options
context:
space:
mode:
authorLU-JOHN <John.Lu@amd.com>2025-08-01 08:38:29 +0000
committerAlexis Engelke <engelke@in.tum.de>2025-08-01 08:38:29 +0000
commite993e7b900cd00be42430c3dee0e5fa61aba5080 (patch)
treef7b4e1c57ea940ed2102c7fbacc79985ed0b5a35 /mlir/lib/Conversion/ControlFlowToSCF/ControlFlowToSCF.cpp
parent36819eaed124d6a7339a151b6172cd543fe3579a (diff)
[𝘀𝗽𝗿] changes to main this commit is based onusers/aengelke/spr/main.ir-make-branchinst-operand-order-consistent
Created using spr 1.3.5-bogner [skip ci]
Diffstat (limited to 'mlir/lib/Conversion/ControlFlowToSCF/ControlFlowToSCF.cpp')
-rw-r--r--mlir/lib/Conversion/ControlFlowToSCF/ControlFlowToSCF.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/mlir/lib/Conversion/ControlFlowToSCF/ControlFlowToSCF.cpp b/mlir/lib/Conversion/ControlFlowToSCF/ControlFlowToSCF.cpp
index 1c592d665f3e..9831dcaaaccc 100644
--- a/mlir/lib/Conversion/ControlFlowToSCF/ControlFlowToSCF.cpp
+++ b/mlir/lib/Conversion/ControlFlowToSCF/ControlFlowToSCF.cpp
@@ -13,7 +13,6 @@
#include "mlir/Conversion/ControlFlowToSCF/ControlFlowToSCF.h"
#include "mlir/Dialect/Arith/IR/Arith.h"
-#include "mlir/Dialect/ControlFlow/IR/ControlFlow.h"
#include "mlir/Dialect/ControlFlow/IR/ControlFlowOps.h"
#include "mlir/Dialect/Func/IR/FuncOps.h"
#include "mlir/Dialect/SCF/IR/SCF.h"