[all-commits] [llvm/llvm-project] 6d1c6e: [IR] `SingleBlock::push_back` operations to the ba...
vic via All-commits
all-commits at lists.llvm.org
Tue Sep 19 06:27:00 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6d1c6ecbdc4e94cafd51ade0331d7112161a4cf3
https://github.com/llvm/llvm-project/commit/6d1c6ecbdc4e94cafd51ade0331d7112161a4cf3
Author: vic <victor.perez at codeplay.com>
Date: 2023-09-19 (Tue, 19 Sep 2023)
Changed paths:
M mlir/include/mlir/IR/OpDefinition.h
Log Message:
-----------
[IR] `SingleBlock::push_back` operations to the back of the block (#66655)
Instead of checking whether the last operation might be a terminator,
always insert operations to the end of the block.
Signed-off-by: Victor Perez <victor.perez at codeplay.com>
More information about the All-commits
mailing list