LLVM 19.0.0git
Macros | Functions
WebAssemblyNullifyDebugValueLists.cpp File Reference

Nullify DBG_VALUE_LISTs instructions as a temporary measure before we implement DBG_VALUE_LIST handling in WebAssemblyDebugValueManager. More...

#include "WebAssembly.h"
#include "WebAssemblySubtarget.h"
#include "llvm/CodeGen/MachineFunctionPass.h"

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "wasm-nullify-dbg-value-lists"
 

Functions

 INITIALIZE_PASS (WebAssemblyNullifyDebugValueLists, DEBUG_TYPE, "WebAssembly Nullify DBG_VALUE_LISTs", false, false) FunctionPass *llvm
 

Detailed Description

Nullify DBG_VALUE_LISTs instructions as a temporary measure before we implement DBG_VALUE_LIST handling in WebAssemblyDebugValueManager.

See https://github.com/llvm/llvm-project/issues/49705. TODO Correctly handle DBG_VALUE_LISTs

Definition in file WebAssemblyNullifyDebugValueLists.cpp.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "wasm-nullify-dbg-value-lists"

Definition at line 22 of file WebAssemblyNullifyDebugValueLists.cpp.

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( WebAssemblyNullifyDebugValueLists  ,
DEBUG_TYPE  ,
"WebAssembly Nullify DBG_VALUE_LISTs"  ,
false  ,
false   
)

Definition at line 39 of file WebAssemblyNullifyDebugValueLists.cpp.