Revision 5da804418524d9bb318e9766e0d44819a5835ec1 authored by Dillon Sharlet on 03 March 2021, 20:14:11 UTC, committed by GitHub on 03 March 2021, 20:14:11 UTC
* Fix bug when a semaphore is cloned more than once.

* (Originally by abadams) Don't count unlikely loops as inner loops for likely_if_innermost.

* Ignore promise_clamped when solving.

* Acquires are not no-ops.

* Fix test name

* Handle nested vectors in bounds_of_lanes and (by abadams) Handle LE/LT in bounds of lanes in vectorize

* Fix test name.

* Allow any level of nested vectorization.

* trigger buildbots

* Grammar

Co-authored-by: Steven Johnson <srj@google.com>
1 parent 7493c09
Raw File
.gitattributes
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.cpp text
*.c text
*.h text

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.tiff binary
back to top