long_long_float

Results 9 issues of long_long_float

Implemented a combiner of DNA loads (see #144) # TODO - [x] Create new file of `ValueExpr` and related functions. - [x] Support other `vloadn` functions than `vload16`. - [x]...

When we compile following OpenCL code which calls `vload16` three times with `vc4c --asm -O3 -o dma_loads.asm dma_loads.cl`, VC4C outputs the following assembly(`dma_loads.txt`). This contains three DMA loads, but these...

enhancement
optimization

I fixed to build this Lift and [harness](https://github.com/lift-project/harness).

This PR can be merged after `ailiaGetBlobDataType` is implemented in ailia.

require_improve_ailia_sdk

close #118809 I suppress warnings inside derive macros. For example, the compiler emits following error by a program described in https://github.com/rust-lang/rust/issues/118809#issuecomment-1852256687 with a suggestion that indicates invalid syntax. ``` error[E0308]:...

T-compiler
S-waiting-on-author

Close #120605 Don't show suggestion to add slicing (`[..]`) if the slice pattern is enclosed by struct like `Struct { a: [] }`. For example, current rustc makes a suggestion...

T-compiler
S-waiting-on-author

Close #120223 Fix wrong suggestion that is grammatically incorrect. Specifically, I added parentheses to dyn types that need lifetime bound. ``` help: consider adding an explicit lifetime bound | 4...

T-compiler
S-waiting-on-author

Add an ordinal number to two argument errors ("unexpected" and "missing") for ease of understanding error. ``` error[E0061]: this function takes 3 arguments but 2 arguments were supplied --> test.rs:11:5...

T-compiler
S-waiting-on-review