The code only needs access to INvalidCosts, ORE and TheLoop, so it can
easily be moved into a helper to make selectVectorizationFactor more
compact.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D143957
[LV] Move invalid cost remark code to separate function (NFC). ClosedPublic Authored by fhahn on Feb 13 2023, 3:22 PM.
Details Summary The code only needs access to INvalidCosts, ORE and TheLoop, so it can
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 15 2023, 2:07 PM This revision was landed with ongoing or failed builds.Feb 16 2023, 3:28 AM Closed by commit rGa3d1de3e2908: [LV] Move invalid cost remark code to separate function (NFC). (authored by fhahn). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 497131 llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
|