Revision 27859f3a2bfbcf8ee7da209ab52ea0c4d06a2b5d authored by Kristoffer Carlsson on 05 November 2022, 06:04:33 UTC, committed by GitHub on 05 November 2022, 06:04:33 UTC
* remove special case for homogeneous tuples in `all` and `any`

* Use loop-based `any/all` for homogenous tuples

Unroll this loop at julia level wont gain any inference improvement, thus let LLVM unroll it if needed.

Co-authored-by: N5N3 <2642243996@qq.com>
1 parent c093f92
Raw File
lld.version
## jll artifact
LLD_JLL_NAME := LLD
LLD_JLL_VER := 14.0.6+0
back to top