[all-commits] [llvm/llvm-project] c30099: [LV] Return null VPlanPtr instead of std::optional...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri Aug 4 03:48:51 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c30099ef0bfcd50905e3402b69af0151e2c5d4c4
https://github.com/llvm/llvm-project/commit/c30099ef0bfcd50905e3402b69af0151e2c5d4c4
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-08-04 (Fri, 04 Aug 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Return null VPlanPtr instead of std::optional for tryToBuild (NFC)
Cleanup in preparation for D154644. This was suggested earlier and helps
to simplify the code with D154644.
More information about the All-commits
mailing list