"llvm/lib/IR/GVMaterializer.cpp" did not exist on "f3ebc3f3d2fdeb4737752fed0ea603634313d115"
[WebAssembly] Disable the store-results optimization.
The WebAssemly spec removing the return value from store instructions, so remove the associated optimization from LLVM. This patch leaves the store instruction operands in place for now, so stores now always write to "$drop"; these will be removed in a seperate patch. llvm-svn: 279100
Loading
Please sign in to comment