![]() This optimizes a common pattern like: if s != "" { ... } to: if len(s) != 0 { ... } This avoids a runtime call and thus produces slightly better code. |
||
---|---|---|
.. | ||
allocs.ll | ||
allocs.out.ll | ||
coroutines.ll | ||
coroutines.out.ll | ||
func-lowering.ll | ||
func-lowering.out.ll | ||
gc-globals.ll | ||
gc-globals.out.ll | ||
gc-stackslots.ll | ||
gc-stackslots.out.ll | ||
globals-function-sections.ll | ||
globals-function-sections.out.ll | ||
interface.ll | ||
interface.out.ll | ||
interrupt-avr.ll | ||
interrupt-avr.out.ll | ||
interrupt-cortexm.ll | ||
interrupt-cortexm.out.ll | ||
maps.ll | ||
maps.out.ll | ||
panic.ll | ||
panic.out.ll | ||
stacksize.ll | ||
stacksize.out.ll | ||
stringequal.ll | ||
stringequal.out.ll | ||
stringtobytes.ll | ||
stringtobytes.out.ll | ||
wasm-abi.ll | ||
wasm-abi.out.ll |