cad/openvsp: Update to 3.49.0
ChangeLog:
https://openvsp.org/blogs/announcements/2026/04/03/openvsp-3-49-0-released
Features:
* Stowed / Retracted landing gear
* TRA Clearance model
* Single gear auxiliary geometry
* Faster interactivity with landing gear
Build system:
* Use venv when building Ubuntu to fix numpy version problems
* Update to Eigen3 5.0.0
* Update OpenABF to support new Eigen
Fixes:
[12 lines not shown]
[SCEV] Bail out on wider AddRecs in SCEVWrapPrediacte::implies. (#191498)
NSSW/NUSW on a wider AddRec does not imply NSSW/NUSW on a narrower
AddRec.
Fixes https://github.com/llvm/llvm-project/issues/191382.
[LV] Unconditionally run materializeConstVTC in ::executePlan (#191299)
After https://github.com/llvm/llvm-project/pull/189372 both minimum
iteration checks for epilogue vectorization are created in VPlan, which
removes the last blocker for unconditionally running
materializeConstantVectorTripCount. This enables additional folds for
plans in the native path, as well as removes some trip count
computations with epilogue vectorization.
PR: https://github.com/llvm/llvm-project/pull/191299
compat/linprocfs: Update /proc/partitions output
Linux /proc/partitions reports the major/minor pair, the device size in
1K blocks, and the device name. linprocfs still printed obsolete
statistics columns and reported the size in bytes.
Update linprocfs_dopartitions() to emit the Linux-style header and
report provider sizes in 1K blocks.
Signed-off-by: Shunchao Hu <ankohuu at gmail.com>
Reviewed by: des
MFC after: 2 weeks
Pull Request: https://github.com/freebsd/freebsd-src/pull/2126
Closes: https://github.com/freebsd/freebsd-src/pull/2126