LLVM/project 007d2dcmlir/include/mlir/Dialect/SCF/IR SCFOps.td, mlir/lib/Dialect/SCF/IR SCF.cpp

Implement RegionBranchTerminatorOpInterface for scf.forall.in_parallel
DeltaFile
+18-13mlir/lib/Dialect/SCF/IR/SCF.cpp
+1-7mlir/include/mlir/Dialect/SCF/IR/SCFOps.td
+19-202 files

LLVM/project a0c091bmlir/include/mlir/Interfaces ControlFlowInterfaces.h ControlFlowInterfaces.td, mlir/lib/Dialect/SCF/IR SCF.cpp

[mlir][draft] Consolidate patterns into RegionBranchOpInterface patterns

fix some tests

reorganize code

address comments
DeltaFile
+17-813mlir/lib/Dialect/SCF/IR/SCF.cpp
+496-0mlir/lib/Interfaces/ControlFlowInterfaces.cpp
+47-13mlir/test/Dialect/SCF/canonicalize.mlir
+9-0mlir/include/mlir/Interfaces/ControlFlowInterfaces.h
+4-4mlir/test/Transforms/remove-dead-values.mlir
+5-0mlir/include/mlir/Interfaces/ControlFlowInterfaces.td
+578-8306 files

LLVM/project 48a6157mlir/include/mlir/Interfaces ControlFlowInterfaces.td

[mlir][Interfaces][NFC] Document that `RegionBranchTerminatorOpInterface` is mandatory (#174978)

Document that implementing the `RegionBranchTerminatorOpInterface` is
mandatory. Omitting this interface on a block terminator that models
region branching may lead to invalid/incomplete analyses and
transformations.

This commit does not change the op/interface semantics. It just puts in
writing an assumption that is made throughout the code base. For
example:

- It is baked into the API design of the `RegionBranchOpInterface`. You
cannot query the region successors of block terminators that do not
implement the `RegionBranchTerminatorOpInterface`:
`RegionBranchOpInterface::getSuccessors()` takes a `RegionBranchPoint`
parameter, and such region branch points can be constructed only from
`RegionBranchTerminatorOpInterface` and not arbitrary `Operation *`.
- Helper functions + default interface method implementations enumerate
region branch points by looking for `RegionBranchTerminatorOpInterface`

    [16 lines not shown]
DeltaFile
+23-5mlir/include/mlir/Interfaces/ControlFlowInterfaces.td
+23-51 files

NetBSD/pkgsrc QoDDWhDwww/py-starlette distinfo Makefile

   py-starlette: updated to 0.51.0

   0.51.0 (January 10, 2026)

   Added

   * Add `allow_private_network` in `CORSMiddleware`

   Changed

   * Increase warning stacklevel on `DeprecationWarning` for wsgi module
VersionDeltaFile
1.14+4-4www/py-starlette/distinfo
1.15+2-2www/py-starlette/Makefile
+6-62 files

NetBSD/pkgsrc CMV4CPrtextproc/py-rst2pdf Makefile distinfo

   py-rst2pdf: updated to 0.104

   0.104 (2026-01-08)

   * Added: We now support Python 3.14
   * Changed: We now use docutil's smart quotes rather than the old, abandoned smartypants library
   * Changed: When using Sphinx 8.2.0+, rst2pdf uses Sphinx's formatting for the productionlist directive
   * Changed: Improved handling of linenos directive in code blocks
   * Note: A change in svglib results in text with SVGs rendering slightly smaller. See commit ``3a9955ca``
   * Note: With Pillow 11.1.0+, the dpi for an image is now populated correctly for images using cm. This
       affects the way images are sized as rst2pdf will now use the image's dpi value rather than defaulting
       to 300dpi.
   * Changed: We now use our own copy of docutils _roman_numerals.py from v0.22.4
   * Removed: Support for Python 3.9. Python 3.10 is the new minimum supported version of Python.
VersionDeltaFile
1.22+5-6textproc/py-rst2pdf/Makefile
1.12+4-4textproc/py-rst2pdf/distinfo
1.10+4-1textproc/py-rst2pdf/PLIST
+13-113 files

LLVM/project 1d4743elibcxx/test/libcxx/containers/container.node node_handle.nodiscard.verify.cpp, libcxx/test/libcxx/diagnostics memory.nodiscard.verify.cpp node_handle.nodiscard.verify.cpp

[libc++][NFC] Refactored `nodiscard.verify.cpp` tests (#175285)

Moved tests to the correct locations.
Removed a redundant test.
DeltaFile
+0-127libcxx/test/libcxx/diagnostics/memory.nodiscard.verify.cpp
+127-0libcxx/test/libcxx/utilities/memory/nodiscard.verify.cpp
+57-0libcxx/test/libcxx/containers/container.node/node_handle.nodiscard.verify.cpp
+0-57libcxx/test/std/containers/container.node/node_handle.nodiscard.verify.cpp
+0-18libcxx/test/libcxx/diagnostics/node_handle.nodiscard.verify.cpp
+9-7libcxx/test/libcxx/language.support/nodiscard.verify.cpp
+193-2091 files not shown
+194-2107 files

NetBSD/pkgsrc XZmA4hYdoc CHANGES-2026

   Updated sysutils/ansible-lint, mail/py-checkdmarc, www/py-flask-flatpages, sysutils/py-fsspec
VersionDeltaFile
1.239+5-1doc/CHANGES-2026
+5-11 files

NetBSD/pkgsrc Mg4acf2sysutils/py-fsspec distinfo Makefile

   py-fsspec: updated to 2026.1.0

   2026.1.0

   Put limits on install extras for s3fs/gcsfs to prevent installing
   ancient versions via pip.

   Enhancements

   - configure TLS protocol version for FTP

   Fixes

   - Respect auto_mkdir in mv for local

   Other

   - link to pydantic, code and union implementations
   - use backport.zstd or builtin
   - docs typo
VersionDeltaFile
1.24+4-4sysutils/py-fsspec/distinfo
1.25+2-2sysutils/py-fsspec/Makefile
+6-62 files

FreeBSD/ports eb18a92security/libtasn1 distinfo Makefile

security/libtasn1: update to 4.21.0
DeltaFile
+3-3security/libtasn1/distinfo
+1-2security/libtasn1/Makefile
+1-1security/libtasn1/pkg-plist
+5-63 files

NetBSD/pkgsrc rffDgShwww/py-flask-flatpages PLIST distinfo

   py-flask-flatpages: updated to 0.9.0

   0.9.0

   New Features

   This release includes small improvements to developer experience
   enabled by dropping support for earlier Python versions. This includes
   type-hinting for most methods, with the exception of the renderer
   functions.

   Upgrade Notes

   Move metadata parsing logic to new parsers package. This change only
   impacts a private API, and paves the way to adding new metadata
   parsers in the future such as TOML.

   Deprecation Notes


    [11 lines not shown]
VersionDeltaFile
1.7+7-1www/py-flask-flatpages/PLIST
1.16+4-4www/py-flask-flatpages/distinfo
1.27+2-4www/py-flask-flatpages/Makefile
+13-93 files

NetBSD/pkgsrc Cp9B21Bmail/py-checkdmarc distinfo Makefile

   py-checkdmarc: updated to 5.13.2

   5.13.2
   Skip undecodable TXT records instead of raising exception during SPF lookup
VersionDeltaFile
1.25+4-4mail/py-checkdmarc/distinfo
1.27+2-2mail/py-checkdmarc/Makefile
+6-62 files

NetBSD/pkgsrc 58ij7xHsysutils/ansible-lint distinfo Makefile

   ansible-lint: updated to 26.1.0

   26.1.0

   fix: implement precise filtering for bracketed sub-tags
   fix: avoid unnecessary creation of .ansible folders
   fix: refactor RulesCollection to always require app argument
   fix: anchor kind discovery to project root
   fix: avoid creating cache directory when listing version
   fix: ensure exclude_paths are honored for unparseable files
   fix: avoid use of pathspec 1.0.0 until yamllint is updated
   fix: allow valid tabs in lineinfile nested in blocks
   fix: update documentation to clarify requirement to run from project …
   fix: replace hardcoded /tmp path with secure temp directory (CWE…
   fix: handle missing keys in _parse_failed_msg to prevent KeyError
   fix: add argument_specs to meta schema
   fix: retire -p/--parseable option
   fix: correct partial-become rule documentation comments
VersionDeltaFile
1.71+4-4sysutils/ansible-lint/distinfo
1.80+2-3sysutils/ansible-lint/Makefile
+6-72 files

NetBSD/pkgsrc Zu9GMnodoc CHANGES-2026

   Updated finance/py-stripe, devel/py-zope.interface, www/py-websockets, devel/py-jupyter_client
VersionDeltaFile
1.238+5-1doc/CHANGES-2026
+5-11 files

NetBSD/pkgsrc W3ZmEGEdevel/py-jupyter_client distinfo Makefile

   py-jupyter_client: updated to 8.8.0

   8.8.0

   Enhancements made

   - Added kernel_protocol_version to kernelspec
   - Faster message serialization
   - Path resolution by kernel manager and providers
VersionDeltaFile
1.38+4-4devel/py-jupyter_client/distinfo
1.48+2-2devel/py-jupyter_client/Makefile
+6-62 files

LLVM/project 6559bdamlir/include/mlir/Dialect/SCF/Transforms Passes.h Passes.td, mlir/lib/Dialect/SCF/Transforms LoopSpecialization.cpp

[mlir] Remove loop peeling explicit C'tor (#175419)

The SCF dialect loop peeling pass has an explicit C'tor. This creates an
inconvenience to use non default pass options, since they can only be
passed as a string after the pass creation. After removing the explicit
C'tor, the code auto generation creates 2 C'tors, which one of them can
directly receive pass options struct in case non default values are
required.
The explicit C'tor does not match auto generated C'tor convention, so
this change requires any uses of the pass in downstream projects to
update to use the auto generated C'tor.
DeltaFile
+2-4mlir/lib/Dialect/SCF/Transforms/LoopSpecialization.cpp
+0-4mlir/include/mlir/Dialect/SCF/Transforms/Passes.h
+0-1mlir/include/mlir/Dialect/SCF/Transforms/Passes.td
+2-93 files

NetBSD/pkgsrc bqn7DOtwww/py-websockets distinfo Makefile

   py-websockets: updated to 16.0

   16.0

   Backwards-incompatible changes
   websockets 16.0 requires Python ≥ 3.10.

   websockets 15.0 is the last version supporting Python 3.9.

   New features

   Validated compatibility with Python 3.14.
   Added support for free-threaded Python.

   Improvements

   Allowed setting separate limits for messages and fragments with max_size.
   Added support for HTTP/1.0 proxies.
   Added support for customizing the close code and reason for connections in Server.close.

    [5 lines not shown]
VersionDeltaFile
1.27+4-4www/py-websockets/distinfo
1.33+2-3www/py-websockets/Makefile
1.20+4-1www/py-websockets/PLIST
+10-83 files

NetBSD/pkgsrc JJTeEdXdevel/py-zope.interface distinfo Makefile

   py-zope.interface: updated to 8.2

   8.2 (2026-01-09)

   - Move all supported package metadata into ``pyproject.toml``.
   - Ignore ``__annotate_func__`` added in Python 3.14b1.
VersionDeltaFile
1.16+4-4devel/py-zope.interface/distinfo
1.22+2-2devel/py-zope.interface/Makefile
+6-62 files

NetBSD/pkgsrc Y7H4s93finance/py-stripe PLIST distinfo

   py-stripe: updated to 14.1.0

   14.1.0

   * Update generated code
   Add support for new resources v2.core.AccountLink, v2.core.AccountPersonToken, v2.core.AccountPerson, v2.core.AccountToken, and v2.core.Account
   Add support for create and retrieve methods on resources v2.core.AccountPersonToken and v2.core.AccountToken
   Add support for create method on resource v2.core.AccountLink
   Add support for close, create, list, modify, and retrieve methods on resource v2.core.Account
   Add support for create, delete, list, modify, and retrieve methods on resource v2.core.AccountPerson
   Add support for customer_account on Billing.CreditBalanceSummary, Billing.CreditGrant, BillingPortal.Session, CashBalance, Checkout.Session, ConfirmationToken.PaymentMethodPreview, CreditNoteListParams, CreditNote, CustomerBalanceTransaction, CustomerCashBalanceTransaction, CustomerSessionCreateParams, CustomerSession, Customer, Discount, FinancialConnections.Account.AccountHolder, FinancialConnections.Session.AccountHolder, InvoiceCreateParams, InvoiceCreatePreviewParams, InvoiceItemCreateParams, InvoiceItemListParams, InvoiceItem, InvoiceListParams, Invoice, PaymentIntentCreateParams, PaymentIntentListParams, PaymentIntentModifyParams, PaymentIntent, PaymentMethodAttachParams, PaymentMethodListParams, PaymentMethod, PromotionCodeCreateParams, PromotionCodeListParams, PromotionCode, QuoteCreateParams, QuoteListParams, QuoteModifyParams, Quote, SetupAttempt, SetupIntentCreateParams, SetupIntentListParams, SetupIntentModifyParams, SetupIntent, SubscriptionCreateParams, SubscriptionListParams, SubscriptionScheduleCreateParams, SubscriptionScheduleListParams, SubscriptionSchedule, Subscription, TaxId.Owner, TaxIdCreateParamsOwner, TaxIdListParamsOwner, TaxId, billing.CreditBalanceSummaryRetrieveParams, billing.CreditBalanceTransactionListParams, billing.CreditGrantCreateParams, billing.CreditGrantListParams, billing_portal.SessionCreateParams, checkout.SessionCreateParams, checkout.SessionListParams, financial_connections.AccountListParamsAccountHolder, and financial_connections.SessionCreateParamsAccountHolder
   Add support for metadata on LineItem and checkout.SessionCreateParamsLineItem
   Add support for payto_payments on Account.Capability, AccountCreateParamsCapability, and AccountModifyParamsCapability
   Add support for signer on AccountCreateParamsDocumentProofOfRegistration, AccountCreateParamsDocumentProofOfUltimateBeneficialOwnership, AccountModifyParamsDocumentProofOfRegistration, and AccountModifyParamsDocumentProofOfUltimateBeneficialOwnership
   Change CustomerSessionCreateParams.customer, InvoiceItemCreateParams.customer, PaymentMethodAttachParams.customer, SubscriptionCreateParams.customer, billing.CreditBalanceSummaryRetrieveParams.customer, billing.CreditBalanceTransactionListParams.customer, billing.CreditGrantCreateParams.customer, and billing_portal.SessionCreateParams.customer to be optional
   Add support for billing_cycle_anchor on BillingPortal.Configuration.Feature.SubscriptionUpdate, billing_portal.ConfigurationCreateParamsFeatureSubscriptionUpdate, and billing_portal.ConfigurationModifyParamsFeatureSubscriptionUpdate
   Add support for payto on Charge.PaymentMethodDetail, Checkout.Session.PaymentMethodOption, ConfirmationToken.PaymentMethodPreview, ConfirmationTokenCreateParamsPaymentMethodDatum, Invoice.PaymentSetting.PaymentMethodOption, InvoiceCreateParamsPaymentSettingPaymentMethodOption, InvoiceModifyParamsPaymentSettingPaymentMethodOption, Mandate.PaymentMethodDetail, PaymentAttemptRecord.PaymentMethodDetail, PaymentIntent.PaymentMethodOption, PaymentIntentConfirmParamsPaymentMethodDatum, PaymentIntentConfirmParamsPaymentMethodOption, PaymentIntentCreateParamsPaymentMethodDatum, PaymentIntentCreateParamsPaymentMethodOption, PaymentIntentModifyParamsPaymentMethodDatum, PaymentIntentModifyParamsPaymentMethodOption, PaymentMethodConfigurationCreateParams, PaymentMethodConfigurationModifyParams, PaymentMethodConfiguration, PaymentMethodCreateParams, PaymentMethodModifyParams, PaymentMethod, PaymentRecord.PaymentMethodDetail, SetupAttempt.PaymentMethodDetail, SetupIntent.PaymentMethodOption, SetupIntentConfirmParamsPaymentMethodDatum, SetupIntentConfirmParamsPaymentMethodOption, SetupIntentCreateParamsPaymentMethodDatum, SetupIntentCreateParamsPaymentMethodOption, SetupIntentModifyParamsPaymentMethodDatum, SetupIntentModifyParamsPaymentMethodOption, Subscription.PaymentSetting.PaymentMethodOption, SubscriptionCreateParamsPaymentSettingPaymentMethodOption, SubscriptionModifyParamsPaymentSettingPaymentMethodOption, and checkout.SessionCreateParamsPaymentMethodOption
   Add support for expected_debit_date on Charge.PaymentMethodDetail.AcssDebit, Charge.PaymentMethodDetail.AuBecsDebit, Charge.PaymentMethodDetail.BacsDebit, Charge.PaymentMethodDetail.NzBankAccount, Charge.PaymentMethodDetail.SepaDebit, Charge.PaymentMethodDetail.UsBankAccount, PaymentAttemptRecord.PaymentMethodDetail.AcssDebit, PaymentAttemptRecord.PaymentMethodDetail.AuBecsDebit, PaymentAttemptRecord.PaymentMethodDetail.BacsDebit, PaymentAttemptRecord.PaymentMethodDetail.NzBankAccount, PaymentAttemptRecord.PaymentMethodDetail.SepaDebit, PaymentAttemptRecord.PaymentMethodDetail.UsBankAccount, PaymentRecord.PaymentMethodDetail.AcssDebit, PaymentRecord.PaymentMethodDetail.AuBecsDebit, PaymentRecord.PaymentMethodDetail.BacsDebit, PaymentRecord.PaymentMethodDetail.NzBankAccount, PaymentRecord.PaymentMethodDetail.SepaDebit, and PaymentRecord.PaymentMethodDetail.UsBankAccount
   Add support for new value mollie on enums Charge.PaymentMethodDetail.Ideal.bank, ConfirmationToken.PaymentMethodPreview.Ideal.bank, ConfirmationTokenCreateParamsPaymentMethodDatumIdeal.bank, PaymentAttemptRecord.PaymentMethodDetail.Ideal.bank, PaymentIntentConfirmParamsPaymentMethodDatumIdeal.bank, PaymentIntentCreateParamsPaymentMethodDatumIdeal.bank, PaymentIntentModifyParamsPaymentMethodDatumIdeal.bank, PaymentMethod.Ideal.bank, PaymentMethodCreateParamsIdeal.bank, PaymentRecord.PaymentMethodDetail.Ideal.bank, SetupAttempt.PaymentMethodDetail.Ideal.bank, SetupIntentConfirmParamsPaymentMethodDatumIdeal.bank, SetupIntentCreateParamsPaymentMethodDatumIdeal.bank, and SetupIntentModifyParamsPaymentMethodDatumIdeal.bank

    [23 lines not shown]
VersionDeltaFile
1.37+2,323-578finance/py-stripe/PLIST
1.72+4-4finance/py-stripe/distinfo
1.77+3-4finance/py-stripe/Makefile
+2,330-5863 files

NetBSD/pkgsrc vGGf60edoc CHANGES-2026

   Updated print/py-octoprint-filecheck, print/py-octoprint-firmwarecheck, print/py-octoprint-pisupport, print/py-octoprint
VersionDeltaFile
1.237+5-1doc/CHANGES-2026
+5-11 files

NetBSD/pkgsrc HCuN2JMprint/py-octoprint Makefile PLIST

   py-octoprint: updated to 1.11.5

   1.11.5

   Bug fixes

   Core

   Workaround for a regression in Tornado 6.5.x, causing file uploads with non-latin-1 characters in the name to fail.
   Fixed logic error in pure-python fallback of search_through_file helper

   Backup Plugin

   Apply --no-build-isolation during installation of plugins with legacy packaging
VersionDeltaFile
1.15+48-43print/py-octoprint/Makefile
1.5+62-17print/py-octoprint/PLIST
1.8+4-4print/py-octoprint/distinfo
1.2+1-1print/py-octoprint/MESSAGE
+115-654 files

NetBSD/pkgsrc vL2SSmJprint/py-octoprint-pisupport Makefile distinfo

   py-octoprint-pisupport: updated to 2025.7.23

   2025.7.23
   Fix a packaging error breaking uploads to PyPI
VersionDeltaFile
1.8+3-6print/py-octoprint-pisupport/Makefile
1.5+4-4print/py-octoprint-pisupport/distinfo
1.4+4-1print/py-octoprint-pisupport/PLIST
+11-113 files

NetBSD/pkgsrc yK2vql8print/py-octoprint-firmwarecheck Makefile distinfo

   py-octoprint-firmwarecheck: updated to 2025.7.23

   2025.7.23
   Fix a packaging error breaking uploads to PyPI
VersionDeltaFile
1.9+3-6print/py-octoprint-firmwarecheck/Makefile
1.6+4-4print/py-octoprint-firmwarecheck/distinfo
+7-102 files

NetBSD/pkgsrc zgqaFB7print/py-octoprint-filecheck Makefile distinfo

   py-octoprint-filecheck: updated to 2025.7.23

   2025.7.23
   Fix a packaging error breaking uploads to PyPI
VersionDeltaFile
1.10+3-6print/py-octoprint-filecheck/Makefile
1.7+4-4print/py-octoprint-filecheck/distinfo
+7-102 files

LLVM/project 9466e28clang/lib/Interpreter Interpreter.cpp

[clang-repl] Teach the default orc runtime finder to search in more locations (#175416)

This should resolve a recent solaris failure reported in #175322.
DeltaFile
+88-29clang/lib/Interpreter/Interpreter.cpp
+88-291 files

FreeBSD/ports 508a8c8security/wazuh-agent distinfo Makefile, security/wazuh-agent/files patch-etc_ossec-agent.conf

security/wazuh-agent: Improve port

- Now wazuh-agent use TCP connection by default
- FreeBSD sca,decoders and rules files were updated to fix some conflict
  issues.
- Bump PORTREVISION

PR:             291040
DeltaFile
+3-3security/wazuh-agent/distinfo
+3-3security/wazuh-agent/files/patch-etc_ossec-agent.conf
+2-2security/wazuh-agent/Makefile
+8-83 files

OpenBSD/ports k1K5Ta1editors/calligraplan Makefile distinfo, editors/calligraplan/patches patch-CMakeLists_txt

   Update calligraplan to 4.0.1

   Switch from KF5/Qt5 to 6
VersionDeltaFile
1.2+128-237editors/calligraplan/pkg/PLIST
1.5+60-63editors/calligraplan/Makefile
1.2+2-2editors/calligraplan/distinfo
1.2+0-0editors/calligraplan/patches/patch-CMakeLists_txt
+190-3024 files

LLVM/project ba6eab0llvm/include/llvm/Support KnownFPClass.h, llvm/lib/Analysis ValueTracking.cpp

InstCombine: Handle fptrunc in SimplifyDemandedFPClass

Also handle llvm.fptrunc.round since it's the same.
DeltaFile
+140-0llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
+15-30llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fptrunc.ll
+15-28llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fptrunc-round.ll
+14-0llvm/lib/Support/KnownFPClass.cpp
+1-9llvm/lib/Analysis/ValueTracking.cpp
+3-0llvm/include/llvm/Support/KnownFPClass.h
+188-676 files

LLVM/project 9cb79e5llvm/test/Transforms/InstCombine simplify-demanded-fpclass-fptrunc.ll simplify-demanded-fpclass-fptrunc-round.ll

InstCombine: Add fptrunc SimplifyDemandedFPClass baseline tests

Also llvm.fptrunc.round, which should be the same.
DeltaFile
+533-0llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fptrunc.ll
+533-0llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fptrunc-round.ll
+1,066-02 files

LLVM/project 30f4a8dllvm/include/llvm/Support KnownFPClass.h, llvm/lib/Analysis ValueTracking.cpp

InstCombine: Handle fpext in SimplifyDemandedFPClass
DeltaFile
+13-26llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fpext.ll
+22-0llvm/lib/Support/KnownFPClass.cpp
+22-0llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
+3-14llvm/lib/Analysis/ValueTracking.cpp
+6-0llvm/include/llvm/Support/KnownFPClass.h
+66-405 files

LLVM/project 62d4aa1llvm/test/Transforms/InstCombine simplify-demanded-fpclass-fpext.ll

InstCombine: Add fpext SimplifyDemandedFPClass baseline tests (#174848)

DeltaFile
+486-0llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fpext.ll
+486-01 files