Duplicate code in widenWithVariantLoadUseCodegen is removed and also use assert to check unknown extension type as it should be filtered out by the pre condition check before calling this function.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D72652
[NFC][IndVarSimplify] remove duplicate code in widenWithVariantLoadUseCodegen ClosedPublic Authored by zhongduo on Jan 13 2020, 2:21 PM.
Details Summary Duplicate code in widenWithVariantLoadUseCodegen is removed and also use assert to check unknown extension type as it should be filtered out by the pre condition check before calling this function.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Jan 13 2020, 3:00 PM Closed by commit rG34ba96a3d49e: [NFC][IndVarSimplify] remove duplicate code in widenWithVariantLoadUseCodegen. (authored by zhongduo, committed by dancgr). · Explain WhyJan 15 2020, 1:29 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 237781 llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
|