[PATCH] D80319: [LICM] Allow movement of calls that at most only write to memory
Dominic Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 20 14:18:40 PDT 2020
ddcc created this revision.
ddcc added reviewers: homerdin, jdoerfert, fhahn.
Herald added subscribers: asbirlea, hiraditya.
Herald added a project: LLVM.
This patch allows calls that at most only write to memory to be moved,
which includes both readnone and writeonly.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D80319
Files:
llvm/lib/Transforms/Scalar/LICM.cpp
llvm/test/Transforms/LICM/hoist-attributes.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80319.265341.patch
Type: text/x-patch
Size: 4456 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200520/6f5ab075/attachment-0001.bin>
More information about the llvm-commits
mailing list