[PATCH] D51396: [Constant Hoisting] Hoisting Constant GEP Expressions
Z. Zheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 31 15:59:43 PDT 2018
zzheng updated this revision to Diff 163603.
zzheng added a comment.
Updated version reflects discussion with Eli.
Added AArch64 llc test.
Turns out one of our internal changes is bloating code size on thumbv6m. Will upstream a follow up patch address that.
Repository:
rL LLVM
https://reviews.llvm.org/D51396
Files:
include/llvm/Transforms/Scalar/ConstantHoisting.h
lib/Transforms/Scalar/ConstantHoisting.cpp
test/CodeGen/AArch64/consthoist-gep.ll
test/Transforms/ConstantHoisting/AArch64/const-hoist-gep.ll
test/Transforms/ConstantHoisting/ARM/const-hoist-gep.ll
test/Transforms/ConstantHoisting/ARM/same-offset-multi-types.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51396.163603.patch
Type: text/x-patch
Size: 33612 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180831/34212dd3/attachment.bin>
More information about the llvm-commits
mailing list