[all-commits] [llvm/llvm-project] 5c9516: [IROutliner] Refactoring errors in the cost model ...
Andrew Litteken via All-commits
all-commits at lists.llvm.org
Sun Jan 3 22:17:46 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5c951623bc8965fa1e89660f2f5f4a2944e4981a
https://github.com/llvm/llvm-project/commit/5c951623bc8965fa1e89660f2f5f4a2944e4981a
Author: Andrew Litteken <andrew.litteken at gmail.com>
Date: 2021-01-04 (Mon, 04 Jan 2021)
Changed paths:
M llvm/lib/Transforms/IPO/IROutliner.cpp
M llvm/test/Transforms/IROutliner/opt-remarks.ll
M llvm/test/Transforms/IROutliner/outlining-cost-model.ll
Log Message:
-----------
[IROutliner] Refactoring errors in the cost model from past patches.
There were was the reuse of a variable that should not have been
occurred due to confusion during committing patches.
More information about the All-commits
mailing list