[PATCH] D69907: [LICM] Hoisting of widenable conditions out of loops
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 6 09:59:43 PST 2019
reames created this revision.
reames added reviewers: apilipenko, skatkov, fedor.sergeev.
Herald added subscribers: jdoerfert, asbirlea, bollu, hiraditya, mcrosier.
Herald added a project: LLVM.
The change itself is straight forward and obvious, but ... there's an existing test checking for exactly the opposite. I can't identify a reason *why* hoisting of a WC is illegal or undesirable, anyone else see one?
Repository:
rL LLVM
https://reviews.llvm.org/D69907
Files:
llvm/include/llvm/IR/Intrinsics.td
llvm/lib/Transforms/Scalar/LICM.cpp
llvm/test/Transforms/LICM/explicit_guards.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69907.228089.patch
Type: text/x-patch
Size: 5397 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191106/a34e58a9/attachment.bin>
More information about the llvm-commits
mailing list