FreeNAS/freenas 8dc01desrc/middlewared/middlewared/plugins/enclosure_ nvme2.py slot_mappings.py, src/middlewared/middlewared/pytest/unit/plugins/enclosure/test-cases/V260-NOJBODS mocked.json expected.json

NAS-141457 / 26.0.0-RC.1 / V-series rear-bay enclosure support via bifurcated NTG SES partition

Adds enclosure2.query support for V-series rear bays (V140, V160, V260,
V280) served by the bay-serving half of the bifurcated PEX89032 NTG
chip. The other half has no drives and is dropped from enclosure2.query
— discriminated by Array Device Slot descriptor labels ('slot01'..'slot04'
identifies the bay-serving partition; '<empty>' identifies the no-drives
half). Both halves share the same vendor / product / encid, so descriptor
labels are the only discriminator.

Changes:

- ses_enclosures2 adds _VSERIES_REAR_PRODUCTS, the
  _vseries_rear_partition_owns_bays discriminator, and
  _initialize_v_series_rear_enclosures (picks the bay-serving partition,
  tags it slot_designation='REAR', drops the no-drives partition).
  get_ses_enclosures grows a deferred_rear bucket and dispatches via the
  unified _initialize_v_series_enclosures wrapper.


    [21 lines not shown]
DeltaFile
+702-0src/middlewared/middlewared/pytest/unit/plugins/enclosure/test-cases/V260-NOJBODS/mocked.json
+606-0src/middlewared/middlewared/pytest/unit/plugins/enclosure/test-cases/V260-NOJBODS/expected.json
+0-101src/middlewared/middlewared/plugins/enclosure_/nvme2.py
+27-48src/middlewared/middlewared/plugins/enclosure_/slot_mappings.py
+58-10src/middlewared/middlewared/plugins/enclosure_/ses_enclosures2.py
+5-14src/middlewared/middlewared/plugins/enclosure_/enclosure_class.py
+1,398-1736 files

LLVM/project 59d60d0lldb/test/API/commands/frame/diagnose/inheritance main.cpp, lldb/test/API/functionalities/plugins/python_os_plugin TestPythonOSPlugin.py main.c

[lldb][test] Avoid a 3-argument main in test inferiors (#204656)

On WebAssembly clang only wires a 0- or 2-argument main to the program
entry point: EmitMainVoidAlias emits the __main_void alias for a
no-argument main, and the 2-argument form is mangled to
__main_argc_argv.

A 3-argument main(argc, argv, envp) matches neither, so main is never
connected to the entry point and is left as an undefined-weak stub whose
body is `unreachable`. The affected inferiors trap with "Exception:
unreachable" before reaching main (even when run outside the debugger)
so any test using them fails on wasm.

Drop the unused third parameter, and where the environment is actually
iterated read it from `environ` instead. The inferiors now run on
WebAssembly and behave identically on other platforms.
DeltaFile
+20-15lldb/test/API/python_api/target/main.c
+9-10lldb/test/API/lang/cpp/unique-types/main.cpp
+8-5lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py
+8-3lldb/test/API/tools/lldb-dap/launch/main.c
+5-6lldb/test/API/functionalities/plugins/python_os_plugin/main.c
+4-6lldb/test/API/commands/frame/diagnose/inheritance/main.cpp
+54-454 files not shown
+61-5510 files

FreeBSD/src 92bdcb0sys/amd64/conf GENERIC

thunderbolt: do not enable in GENERIC

The thunderbolt implementation is not 100% complete and causes some
suspend/resume issues. Comment out the device until it is better
fleshed out and some of the core issues with it are resolved.

MFC after:      1 week
Requested by:   obiwac
Differential Revision:  https://reviews.freebsd.org/D57650
DeltaFile
+3-1sys/amd64/conf/GENERIC
+3-11 files

FreeNAS/freenas 57bf7adsrc/middlewared/middlewared/plugins/enclosure_ nvme2.py slot_mappings.py, src/middlewared/middlewared/pytest/unit/plugins/enclosure/test-cases/V260-NOJBODS mocked.json expected.json

NAS-141457 / 26.0.0-RC.1 / V-series rear-bay enclosure support via bifurcated NTG SES partition

Adds enclosure2.query support for V-series rear bays (V140, V160, V260,
V280) served by the bay-serving half of the bifurcated PEX89032 NTG
chip. The other half has no drives and is dropped from enclosure2.query
— discriminated by Array Device Slot descriptor labels ('slot01'..'slot04'
identifies the bay-serving partition; '<empty>' identifies the no-drives
half). Both halves share the same vendor / product / encid, so descriptor
labels are the only discriminator.

Changes:

- ses_enclosures2 adds _VSERIES_REAR_PRODUCTS, the
  _vseries_rear_partition_owns_bays discriminator, and
  _initialize_v_series_rear_enclosures (picks the bay-serving partition,
  tags it slot_designation='REAR', drops the no-drives partition).
  get_ses_enclosures grows a deferred_rear bucket and dispatches via the
  unified _initialize_v_series_enclosures wrapper.


    [19 lines not shown]
DeltaFile
+702-0src/middlewared/middlewared/pytest/unit/plugins/enclosure/test-cases/V260-NOJBODS/mocked.json
+606-0src/middlewared/middlewared/pytest/unit/plugins/enclosure/test-cases/V260-NOJBODS/expected.json
+0-101src/middlewared/middlewared/plugins/enclosure_/nvme2.py
+27-48src/middlewared/middlewared/plugins/enclosure_/slot_mappings.py
+58-10src/middlewared/middlewared/plugins/enclosure_/ses_enclosures2.py
+10-8src/middlewared/middlewared/plugins/enclosure_/enclosure_class.py
+1,403-1676 files

FreeNAS/freenas 63157cbsrc/middlewared/middlewared/plugins/enclosure_ ses_enclosures2.py slot_mappings.py

NAS-141457 / 26.0.0-RC.1 / V-series V2xx front-bay enclosure support

Adds enclosure2.query support for V2xx (V260/V280) front-bay drives,
which are served by a single Broadcom PEX89088 PCIe switch chip
partitioned into two SES VirtualSES enclosures (replacing V1xx's dual
9600w-12i4e SAS HBAs).

Key V2xx differences handled here:

- The two PEX89088 SES partitions advertise the SAME encid (SAS
  address), so the V1xx encid-comparison disambiguation fails.
  ses_enclosures2 now falls back to inspecting Array Device Slot element
  descriptor labels ('slot01'..'slot12' identifies the NVME0 partition;
  'slot13'..'slot24' identifies NVME8).

- V2xx slot indexing differs from V1xx: each partition exposes its 12
  owned slots at libsg3 element keys 1-12 (NVME0) or 13-24 (NVME8),
  with sysfs slot files matching the key 1:1. slot_mappings now branches
  by enc.product so the V2xx table is picked for ECStream 4IXGA-SWp/s.

    [10 lines not shown]
DeltaFile
+82-20src/middlewared/middlewared/plugins/enclosure_/ses_enclosures2.py
+71-5src/middlewared/middlewared/plugins/enclosure_/slot_mappings.py
+24-2src/middlewared/middlewared/plugins/enclosure_/sysfs_disks.py
+19-1src/middlewared/middlewared/plugins/enclosure_/enclosure_class.py
+196-284 files

LLVM/project e651355clang/include/clang/Frontend CompilerInvocation.h FrontendOptions.h, clang/include/clang/ScalableStaticAnalysisFramework/Frontend SSAFOptions.h

Revert "[clang][ssaf][NFC] Move SSAF flags from FrontendOptions to a dedicated SSAFOptions" (#204686)

Reverts llvm/llvm-project#204621

Broke a Windows bot:
https://github.com/llvm/llvm-project/pull/204621#issuecomment-4746295964
https://lab.llvm.org/buildbot/#/builders/46/builds/36811
```
FAILED: ... project\clang\lib\Frontend\CompilerInvocation.cpp
tools\clang\include\clang/Options/Options.inc(9974): error C2065: 'SSAFOpts': undeclared identifier
tools\clang\include\clang/Options/Options.inc(9975): note: see reference to function template instantiation 'auto GenerateSSAFArgs::<lambda_fd4588547196dccacaf54a707a47a2b4>::operator ()<T>(const T &) const' being compiled
        with
        [
            T=std::vector<std::string,std::allocator<std::string>>
        ]
```
DeltaFile
+26-27clang/unittests/ScalableStaticAnalysisFramework/Frontend/TUSummaryExtractorFrontendActionTest.cpp
+0-52clang/include/clang/ScalableStaticAnalysisFramework/Frontend/SSAFOptions.h
+1-31clang/lib/Frontend/CompilerInvocation.cpp
+12-13clang/lib/ScalableStaticAnalysisFramework/Frontend/TUSummaryExtractorFrontendAction.cpp
+7-18clang/include/clang/Frontend/CompilerInvocation.h
+23-1clang/include/clang/Frontend/FrontendOptions.h
+69-1423 files not shown
+75-1569 files

LLVM/project a9e444allvm/lib/Transforms/Vectorize VPlanTransforms.cpp LoopVectorizationPlanner.h, llvm/test/Transforms/LoopVectorize/VPlan widen_mem_idioms.ll scalarize-irregular-type-memops.ll

[VPlan] Split `makeMemOpWideningDecisions` into subpasses (#182593)

The idea is to have handling of strided memory operations (either from
https://github.com/llvm/llvm-project/pull/147297 or for VPlan-based
multiversioning for unit-strided accesses) done after some mandatory
processing has been performed (e.g., some types **must** be scalarized)
but before legacy CM's decision to widen (gather/scatter) or scalarize
has been committed.

And in longer term, we can uplift all other memory widening decision to
be done here directly at VPlan level. I expect this structure would also
be beneficial for that.

Changes behavior in the presence of
`-force-target-supports-gather-scatter-ops` option, but it's probably
right to scalarize irregular types regardless of that option.

---------

Co-authored-by: Luke Lau <luke at igalia.com>
Co-authored-by: Florian Hahn <flo at fhahn.com>
DeltaFile
+178-0llvm/test/Transforms/LoopVectorize/VPlan/widen_mem_idioms.ll
+138-0llvm/test/Transforms/LoopVectorize/VPlan/scalarize-irregular-type-memops.ll
+69-28llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
+10-0llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
+0-10llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+5-1llvm/test/Transforms/LoopVectorize/VPlan/vplan-print-before-after-all.ll
+400-396 files

LLVM/project f5e018bclang/lib/ScalableStaticAnalysisFramework/Analyses/UnsafeBufferUsage UnsafeBufferUsageExtractor.cpp

fix clang-format
DeltaFile
+1-1clang/lib/ScalableStaticAnalysisFramework/Analyses/UnsafeBufferUsage/UnsafeBufferUsageExtractor.cpp
+1-11 files

OpenBSD/ports gcyBw2Kx11/gnustep/gui Makefile, x11/gnustep/gui/patches patch-Source_GSAutoLayoutVFLParser_m

   Attemp to fix llmv22 fallout on i386
VersionDeltaFile
1.1+36-0x11/gnustep/gui/patches/patch-Source_GSAutoLayoutVFLParser_m
1.74+1-1x11/gnustep/gui/Makefile
+37-12 files

FreeNAS/freenas 6727526src/middlewared/middlewared/plugins/enclosure_ nvme2.py ses_enclosures2.py, src/middlewared/middlewared/pytest/unit/plugins/enclosure/test-cases/V260-NOJBODS mocked.json expected.json

NAS-141457 / 26.0.0-RC.1 / V-series rear-bay enclosure support via bifurcated NTB SES partition

Adds enclosure2.query support for V-series rear bays (V160, V260, V280)
served by the bay-serving half of the bifurcated PEX89032 NTB chip
(4IXGA-NTB on the original board, 4IXGA-NTG on the new X710 board).

The NTB chip is partitioned into two SES enclosures per controller —
one half is wired to the 4 rear drive bays, the other is the NTB
bridge function (peer interconnect, no drives). Both partitions
advertise the same vendor/product/suffix and a non-distinct encid; we
discriminate by Array Device Slot element descriptor labels
('slot01'..'slot04' identifies the bay-serving partition; '<empty>'
labels identify the NTB-function partition, which is dropped from
enclosure2.query).

Changes:

- ses_enclosures2 adds _VSERIES_REAR_PRODUCTS, the
  _vseries_rear_partition_owns_bays discriminator, and

    [23 lines not shown]
DeltaFile
+702-0src/middlewared/middlewared/pytest/unit/plugins/enclosure/test-cases/V260-NOJBODS/mocked.json
+606-0src/middlewared/middlewared/pytest/unit/plugins/enclosure/test-cases/V260-NOJBODS/expected.json
+0-101src/middlewared/middlewared/plugins/enclosure_/nvme2.py
+78-2src/middlewared/middlewared/plugins/enclosure_/ses_enclosures2.py
+27-48src/middlewared/middlewared/plugins/enclosure_/slot_mappings.py
+5-3src/middlewared/middlewared/plugins/enclosure_/enclosure_class.py
+1,418-1546 files

LLVM/project 7eef82dclang/include/clang/Frontend CompilerInvocation.h FrontendOptions.h, clang/include/clang/ScalableStaticAnalysisFramework/Frontend SSAFOptions.h

[clang][ssaf][NFC] Move SSAF flags from FrontendOptions to a dedicated SSAFOptions (#204621)

This class will help keeping SSAF options apart from generic
FrontendOptions. It is inspired by AnalyzerOptions.

This way all of these SSAF (and future) options will be at a centralized place.
In preparation of rdar://179151023

Co-authored-by: Claude Opus 4.7 <noreply at anthropic.com>
DeltaFile
+27-26clang/unittests/ScalableStaticAnalysisFramework/Frontend/TUSummaryExtractorFrontendActionTest.cpp
+52-0clang/include/clang/ScalableStaticAnalysisFramework/Frontend/SSAFOptions.h
+31-1clang/lib/Frontend/CompilerInvocation.cpp
+13-12clang/lib/ScalableStaticAnalysisFramework/Frontend/TUSummaryExtractorFrontendAction.cpp
+18-7clang/include/clang/Frontend/CompilerInvocation.h
+1-23clang/include/clang/Frontend/FrontendOptions.h
+142-693 files not shown
+156-759 files

FreeBSD/ports f8b1d28misc/py-uuid-utils distinfo Makefile

misc/py-uuid-utils: update 0.16.1 → 0.16.2
DeltaFile
+3-13misc/py-uuid-utils/distinfo
+2-8misc/py-uuid-utils/Makefile
+5-212 files

FreeBSD/ports 1721b58misc/koboldcpp distinfo Makefile

misc/koboldcpp: update 1.114.1 → 1.115.2
DeltaFile
+3-3misc/koboldcpp/distinfo
+1-1misc/koboldcpp/Makefile
+4-42 files

FreeBSD/ports 18e33cdmath/faiss distinfo pkg-plist, math/py-faiss distinfo Makefile

math/{,py-}faiss: update 1.14.2 → 1.14.3
DeltaFile
+3-3math/faiss/distinfo
+3-3math/py-faiss/distinfo
+2-2math/py-faiss/Makefile
+2-0math/faiss/pkg-plist
+1-1math/faiss/Makefile
+11-95 files

FreeBSD/ports f9db8e0devel/pydeps distinfo Makefile

devel/pydeps: update 3.0.3 → 3.0.6
DeltaFile
+3-3devel/pydeps/distinfo
+1-1devel/pydeps/Makefile
+4-42 files

FreeBSD/ports f05daa8misc/lean-ctx distinfo Makefile

misc/lean-ctx: update 3.8.8 → 3.8.9
DeltaFile
+3-3misc/lean-ctx/distinfo
+1-1misc/lean-ctx/Makefile
+4-42 files

FreeBSD/ports b6c4539mail/thunderbird-esr Makefile

mail/thunderbird-esr: fix build on 2026Q2

The build failed with (and probably because of) the old rust in
Quarterly, as some of the cargo-checksum.json files in
comm/third_party/rust (the thunderbird part) referenced .gitmodules
files which are not present in the release tarball.
Stripping out these references (most easily with sed) fixes the build.

This is a stop-gap fix in 2026Q2 only - the build on main is fine,
and the 2026Q2 will be closed in two weeks anyway.
DeltaFile
+3-0mail/thunderbird-esr/Makefile
+3-01 files

OpenBSD/ports Kd8NJVfcad/fritzing Makefile, cad/graywolf Makefile

   */*: mark as BROKEN the ports that fail to build after move to LLVM 22

   ok phessler@
VersionDeltaFile
1.39+2-0cad/fritzing/Makefile
1.9+2-0cad/graywolf/Makefile
1.16+2-0cad/magic/Makefile
1.40+2-0emulators/citra/Makefile
1.35+2-0games/cataclysm-dda/Makefile
1.32+2-0games/oolite/Makefile
+12-04 files not shown
+20-010 files

OpenBSD/ports 6WkuLFPgraphics/gimp/snapshot distinfo Makefile, graphics/gimp/snapshot/patches patch-meson_build patch-tools_in-build-gimp_py

   update gimp snapshot to 3.2.4
VersionDeltaFile
1.16+3-3graphics/gimp/snapshot/patches/patch-meson_build
1.5+3-3graphics/gimp/snapshot/patches/patch-tools_in-build-gimp_py
1.10+4-1graphics/gimp/snapshot/patches/patch-app_main_c
1.14+2-2graphics/gimp/snapshot/distinfo
1.3+2-2graphics/gimp/snapshot/patches/patch-plug-ins_common_meson_build
1.39+1-1graphics/gimp/snapshot/Makefile
+15-126 files

FreeBSD/ports ebdc3f7graphics/py-pyvista/files patch-setup.py

graphics/py-pyvista: fix Python version specifier in setup.py

fixes build with newer setuptools

PR: 294470
Approved by: maintainer timeout
With hat: python
Event: FreeBSD Developer Summit June 2026
Event: BSDCan 2026
DeltaFile
+11-0graphics/py-pyvista/files/patch-setup.py
+11-01 files

FreeNAS/freenas f9df4bcsrc/middlewared/middlewared/plugins/enclosure_ ses_enclosures2.py slot_mappings.py

NAS-141457 / 26.0.0-RC.1 / V-series V2xx front-bay enclosure support

Adds enclosure2.query support for V2xx (V260/V280) front-bay drives,
which are served by a single Broadcom PEX89088 PCIe switch chip
partitioned into two SES VirtualSES enclosures (replacing V1xx's dual
9600w-12i4e SAS HBAs).

Key V2xx differences handled here:

- The two PEX89088 SES partitions advertise the SAME encid (SAS
  address), so the V1xx encid-comparison disambiguation fails.
  ses_enclosures2 now falls back to inspecting Array Device Slot element
  descriptor labels ('slot01'..'slot12' identifies the NVME0 partition;
  'slot13'..'slot24' identifies NVME8).

- V2xx slot indexing differs from V1xx: each partition exposes its 12
  owned slots at libsg3 element keys 1-12 (NVME0) or 13-24 (NVME8),
  with sysfs slot files matching the key 1:1. slot_mappings now branches
  by enc.product so the V2xx table is picked for ECStream 4IXGA-SWp/s.

    [15 lines not shown]
DeltaFile
+84-17src/middlewared/middlewared/plugins/enclosure_/ses_enclosures2.py
+71-5src/middlewared/middlewared/plugins/enclosure_/slot_mappings.py
+24-2src/middlewared/middlewared/plugins/enclosure_/sysfs_disks.py
+19-1src/middlewared/middlewared/plugins/enclosure_/enclosure_class.py
+198-254 files

FreeBSD/ports 87cbf2dsysutils/graylog distinfo Makefile

sysutils/graylog: Update 7.0.8 => 7.1.3

What's New in Graylog 7.1:
https://go2docs.graylog.org/current/what_is_graylog/what_s_new_in_graylog_7.1.htm

Changelog:
https://go2docs.graylog.org/current/changelogs/changelog.html#Graylog713

Sponsored by:   UNIS Labs
DeltaFile
+2-2sysutils/graylog/distinfo
+1-1sysutils/graylog/Makefile
+1-0sysutils/graylog/pkg-plist
+4-33 files

FreeBSD/ports adef953sysutils/graylog Makefile distinfo, sysutils/graylog/files graylog.in

sysutils/graylog: Update 7.0.6 => 7.0.8

Changelog:
https://go2docs.graylog.org/current/changelogs/changelog.html#Graylog708

- Add LOCAL to MASTER_SITES for those who also can't download from the
  official website: "403 Forbidden".
- Parametrize graylog with ${PORTNAME}.
- Fix warnings from portclippy.
- Fix build with USER/GROUP not in UIDs/GIDs.
- Rename post-extract to post-patch - patches must be after "patch".
- Merge MKDIRs.
- Fix comments in rc script.

Security:       GHSA-gqr6-r77p-c2pj
Security:       GHSA-j769-9gv9-65gr
Sponsored by:   UNIS Labs
MFH:            2026Q2

(cherry picked from commit c8b1ef07c984bd66074c91fe34008f3af00b5b31)
DeltaFile
+23-22sysutils/graylog/Makefile
+3-3sysutils/graylog/files/graylog.in
+3-3sysutils/graylog/distinfo
+0-1sysutils/graylog/pkg-plist
+29-294 files

FreeBSD/ports 6a2e9e4sysutils/graylog distinfo Makefile

sysutils/graylog: update to 7.0.6, return to pool

Sponsored by:SkunkWerks, GmbH

(cherry picked from commit 504c3eeba3d057c7ca6f9179461a1f3e34cc57bc)
DeltaFile
+3-3sysutils/graylog/distinfo
+2-3sysutils/graylog/Makefile
+5-62 files

OpenBSD/ports ExXHLQRdevel/codex crates.inc distinfo, devel/codex/patches patch-codex-rs_Cargo_toml patch-codex-rs_arg0_src_lib_rs

   devel/codex: update to 0.141.0
VersionDeltaFile
1.20+1,192-1,181devel/codex/crates.inc
1.29+28-4devel/codex/distinfo
1.29+7-1devel/codex/Makefile
1.26+4-4devel/codex/patches/patch-codex-rs_Cargo_toml
1.11+3-3devel/codex/patches/patch-codex-rs_arg0_src_lib_rs
1.29+1-1devel/codex/patches/patch-codex-rs_core_src_config_mod_rs
+1,235-1,1946 files

FreeNAS/freenas 0a08813src/middlewared/middlewared/pytest/unit/plugins/vm test_arch_validation.py test_secboot_firmware.py, tests/vm test_vm.py

ruff format

Also add some ssh robustness
DeltaFile
+111-105src/middlewared/middlewared/pytest/unit/plugins/vm/test_arch_validation.py
+87-39tests/vm/test_vm.py
+21-18src/middlewared/middlewared/pytest/unit/plugins/vm/test_secboot_firmware.py
+219-1623 files

FreeBSD/ports c8b1ef0sysutils/graylog Makefile distinfo, sysutils/graylog/files graylog.in

sysutils/graylog: Update 7.0.6 => 7.0.8

Changelog:
https://go2docs.graylog.org/current/changelogs/changelog.html#Graylog708

- Add LOCAL to MASTER_SITES for those who also can't download from the
  official website: "403 Forbidden".
- Parametrize graylog with ${PORTNAME}.
- Fix warnings from portclippy.
- Fix build with USER/GROUP not in UIDs/GIDs.
- Rename post-extract to post-patch - patches must be after "patch".
- Merge MKDIRs.
- Fix comments in rc script.

Security:       GHSA-gqr6-r77p-c2pj
Security:       GHSA-j769-9gv9-65gr
Sponsored by:   UNIS Labs
MFH:            2026Q2
DeltaFile
+23-22sysutils/graylog/Makefile
+3-3sysutils/graylog/files/graylog.in
+3-3sysutils/graylog/distinfo
+0-1sysutils/graylog/pkg-plist
+29-294 files

LLVM/project a33a7d9llvm/test/CodeGen/AMDGPU amdgcn.bitcast.1024bit.ll, llvm/test/CodeGen/RISCV clmul.ll

Merge branch 'main' into users/eas/mem-widen-subpasses
DeltaFile
+25,784-36,416llvm/test/CodeGen/RISCV/rvv/clmulh-sdnode.ll
+12,227-23,140llvm/test/CodeGen/RISCV/rvv/clmul-sdnode.ll
+4,004-11,142llvm/test/CodeGen/RISCV/clmul.ll
+6,940-6,782llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+3,502-9,174llvm/test/CodeGen/X86/clmul-vector.ll
+3,985-7,989llvm/test/CodeGen/Thumb2/mve-clmul.ll
+56,442-94,643718 files not shown
+90,649-138,929724 files

LLVM/project f65782bllvm/lib/Transforms/Vectorize VPlanTransforms.cpp

Update llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp

Co-authored-by: Florian Hahn <flo at fhahn.com>
DeltaFile
+1-1llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
+1-11 files

LLVM/project 729d7abclang/include/clang/Basic DiagnosticSemaKinds.td, clang/lib/Sema SemaHLSL.cpp

Warns that the WaveSize attribute is unsupported for the SPIR-V target. (#196004)

Addresses #187188.
DeltaFile
+3-1clang/lib/Sema/SemaHLSL.cpp
+4-0clang/include/clang/Basic/DiagnosticSemaKinds.td
+7-12 files