[all-commits] [llvm/llvm-project] 14845b: Revert "[LICM] Support hosting of dynamic allocas ...
Philip Reames via All-commits
all-commits at lists.llvm.org
Tue Feb 25 09:10:15 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 14845b2c459021e3dbf2ead52d707d4a7db40cbb
https://github.com/llvm/llvm-project/commit/14845b2c459021e3dbf2ead52d707d4a7db40cbb
Author: Philip Reames <listmail at philipreames.com>
Date: 2020-02-25 (Tue, 25 Feb 2020)
Changed paths:
M llvm/lib/Transforms/Scalar/LICM.cpp
R llvm/test/Transforms/LICM/hoist-alloca.ll
Log Message:
-----------
Revert "[LICM] Support hosting of dynamic allocas out of loops"
This reverts commit 8d22100f66c4170510c6ff028c60672acfe1cff9.
There was a functional regression reported (https://bugs.llvm.org/show_bug.cgi?id=44996). I'm not actually sure the patch is wrong, but I don't have time to investigate currently, and this line of work isn't something I'm likely to get back to quickly.
More information about the All-commits
mailing list