-
Notifications
You must be signed in to change notification settings - Fork 220
Pull requests: google/xls
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
[opt] strength reduce 1-bit negate and sub(0, x)
Reviewing Internally
#3700
opened Jan 18, 2026 by
cdleary
Loading…
[codegen 1.5] Fix handling of Functions as Top in the presence of Procs
#3696
opened Jan 16, 2026 by
copybara-service
bot
•
Draft
[Proc-scoped channels] Add the
lower_to_proc_scoped_channels flag to the Python API, and use it in tests.
#3695
opened Jan 16, 2026 by
copybara-service
bot
•
Draft
[opt] Add AND subset (absorption) rewrite
Reviewing Internally
#3692
opened Jan 16, 2026 by
cdleary
Loading…
[opt] Hoist comparisons across selects when it is cheap to do so
Reviewing Internally
#3689
opened Jan 15, 2026 by
cdleary
Loading…
Enable sharing of state elements between continuation values and static variables with superficially different layouts. For example, bits[64] and (bits[64]). This sharing is done by LeafTypeTree index. This allows sharing of state elements between base and derived classes, for example.
#3686
opened Jan 15, 2026 by
copybara-service
bot
•
Draft
[Proc-scoped channels] Force Codegen 1.5 to be used when proc-scoped channels are generated.
#3679
opened Jan 13, 2026 by
copybara-service
bot
•
Draft
[opt] Add strength reduction for
sgtz(x) -> and(not(msb(x)), nez(x)) and sgt(x, 2^k-1)
Reviewing Internally
#3672
opened Jan 11, 2026 by
cdleary
Loading…
[opt:ra] Range analysis for DynamicBitSlice
Reviewing Internally
#3671
opened Jan 10, 2026 by
cdleary
Loading…
[opt:ra] Add range analysis support for Encode op.
Reviewing Internally
#3670
opened Jan 10, 2026 by
cdleary
Loading…
Bump the pip group across 1 directory with 2 updates
dependencies
Pull requests that update a dependency file
python
Pull requests that update python code
#3668
opened Jan 9, 2026 by
dependabot
bot
Loading…
[Proc-scoped channels] In ir converter main, if the
lower_to_proc_scoped_channels flag is specified at all, use it. Otherwise, use false (instead of the default in ConvertOptions). This will allow targets to force the flag to "false" even if the default is "true".
#3663
opened Jan 7, 2026 by
copybara-service
bot
•
Draft
[Explicit State Access] Allow multiple arguments to be passed into proc Next if feature enabled
#3653
opened Jan 6, 2026 by
copybara-service
bot
•
Draft
[Explicit State Access] Update proc next syntax when explicit_state_access feature enabled to expect an empty-tuple return.
#3644
opened Jan 5, 2026 by
copybara-service
bot
•
Draft
ZSTD decoder: cleanups, new sequence executor and fixes for subcomponents
#3636
opened Dec 31, 2025 by
magancarz
Loading…
Bump rules_pkg from 1.0.1 to 1.2.0
bazel
Pull requests that update bazel code
dependencies
Pull requests that update a dependency file
#3617
opened Dec 27, 2025 by
dependabot
bot
Loading…
Bump or-tools from 9.12 to 9.14
bazel
Pull requests that update bazel code
dependencies
Pull requests that update a dependency file
#3616
opened Dec 27, 2025 by
dependabot
bot
Loading…
[scheduling] Clean up after adding slack variables for SDC scheduling errors
#3600
opened Dec 23, 2025 by
copybara-service
bot
•
Draft
[scheduling] Improve error messages for pipeline scheduling failures.
#3599
opened Dec 22, 2025 by
copybara-service
bot
•
Draft
Reset the scheduler so that slack variables used to explain infeasibility do not corrupt future attempts to schedule. Also, always check if the user wants to try finding the minimum feasible clock period that would satisfy the scheduler while still propagating the scheduler's error
#3598
opened Dec 22, 2025 by
copybara-service
bot
•
Draft
Previous Next
ProTip!
Filter pull requests by the default branch with base:main.