[all-commits] [llvm/llvm-project] 852d84: Delete dead code in Inliner
Tres via All-commits
all-commits at lists.llvm.org
Fri Oct 21 04:12:17 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 852d84e36ed7a3db0ff4719f44a12b6bc09d35f3
https://github.com/llvm/llvm-project/commit/852d84e36ed7a3db0ff4719f44a12b6bc09d35f3
Author: Tres Popp <tpopp at google.com>
Date: 2022-10-21 (Fri, 21 Oct 2022)
Changed paths:
M mlir/lib/Transforms/Inliner.cpp
Log Message:
-----------
Delete dead code in Inliner
This code, on all platforms was a use-after-move violation that resulted
in the if-statement always returning false. As several core tests specifically
tested that this code did not execute, we assume that is the intent and
match behavior to existing behavior without relying on use-after-move
results.
More information about the All-commits
mailing list