llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
27.97k stars 11.54k forks source link

[flang] call memset to initialise when the value to be filled is zero #65194

Open vfdff opened 1 year ago

vfdff commented 1 year ago

end subroutine cloud_0



* call memset to initialise usually benefit to the performance because the library is optimized manually.
  now the **classic-flang(old flang)** call memset when the value to be filled is zero.
llvmbot commented 1 year ago

@llvm/issue-subscribers-flang-ir

vfdff commented 3 months ago