The LLVM optimizer.
mem2reg
opt -p mem2reg
Runs a single memory to register pass Also, can be done with
opt --O2
which is similar to Clangâs clang -O2
optimization
The LLVM optimizer.
opt -p mem2reg
Runs a single memory to register pass Also, can be done with
opt --O2
which is similar to Clangâs clang -O2
optimization