[PATCH] D45379: [LoopInterchange] Ignore debug intrinsics during legality checks.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 6 10:59:35 PDT 2018
fhahn created this revision.
fhahn added reviewers: aprantl, mcrosier, karthikthecool.
This patch adds a skipDebugIntrinsics function to create a filtered
range. Would it make sense to have something like that as a generic
utility?
https://reviews.llvm.org/D45379
Files:
lib/Transforms/Scalar/LoopInterchange.cpp
test/Transforms/LoopInterchange/debuginfo.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45379.141379.patch
Type: text/x-patch
Size: 4869 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180406/10e88742/attachment-0001.bin>
More information about the llvm-commits
mailing list