[PATCH] D99496: [LoopUnswitch] Use reference variables instead of pointer one
JinGu Kang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 29 04:23:58 PDT 2021
jaykang10 created this revision.
jaykang10 added a reviewer: fhahn.
Herald added a subscriber: hiraditya.
jaykang10 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Following comment of @fhahn on https://reviews.llvm.org/D99490#inline-935642, used reference variables instead of pointer one
https://reviews.llvm.org/D99496
Files:
llvm/include/llvm/Transforms/Utils/LoopUtils.h
llvm/lib/Transforms/Scalar/LoopUnswitch.cpp
llvm/lib/Transforms/Utils/LoopUtils.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99496.333815.patch
Type: text/x-patch
Size: 6568 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210329/f5ec14d5/attachment.bin>
More information about the llvm-commits
mailing list