summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
diff options
context:
space:
mode:
authorRoman Lebedev <lebedev.ri@gmail.com>2018-07-27 07:27:14 +0000
committerRoman Lebedev <lebedev.ri@gmail.com>2018-07-27 07:27:14 +0000
commit12216f1d4a0852accfd22cb6c313a90ecbc19c29 (patch)
treec9c33999aea49d46d1af6682916bd5fa739f15e4 /llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
parenteeab694cea440fde55e11cdb07a84cdecf561c52 (diff)
downloadbcm5719-llvm-12216f1d4a0852accfd22cb6c313a90ecbc19c29.tar.gz
bcm5719-llvm-12216f1d4a0852accfd22cb6c313a90ecbc19c29.zip
[AST] Sink 'part of explicit cast' down into ImplicitCastExpr
Summary: As discussed in IRC with @rsmith, it is slightly not good to keep that in the `CastExpr` itself: Given the explicit cast, which is represented in AST as an `ExplicitCastExpr` + `ImplicitCastExpr`'s, only the `ImplicitCastExpr`'s will be marked as `PartOfExplicitCast`, but not the `ExplicitCastExpr` itself. Thus, it is only ever `true` for `ImplicitCastExpr`'s, so we don't need to write/read/dump it for `ExplicitCastExpr`'s. We don't need to worry that we write the `PartOfExplicitCast` in PCH after `CastExpr::path_iterator`, since the `ExprImplicitCastAbbrev` is only used when the `NumBaseSpecs == 0`, i.e. there is no 'path'. Reviewers: rsmith, rjmccall, erichkeane, aaron.ballman Reviewed By: rsmith, erichkeane Subscribers: vsk, cfe-commits, rsmith Tags: #clang Differential Revision: https://reviews.llvm.org/D49838 llvm-svn: 338108
Diffstat (limited to 'llvm/lib/Transforms/Vectorize/LoopVectorize.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud