LLVM: lib/Target/WebAssembly/WebAssemblyLowerRefTypesIntPtrConv.cpp File Reference (original) (raw)

Lowers IntToPtr and PtrToInt instructions on reference types to Trap instructions since they have been allowed to operate on non-integral pointers. More...

Go to the source code of this file.

Macros
#define DEBUG_TYPE "wasm-lower-reftypes-intptr-conv"
Functions

Lowers IntToPtr and PtrToInt instructions on reference types to Trap instructions since they have been allowed to operate on non-integral pointers.

Definition in file WebAssemblyLowerRefTypesIntPtrConv.cpp.

DEBUG_TYPE

#define DEBUG_TYPE "wasm-lower-reftypes-intptr-conv"

INITIALIZE_PASS()

INITIALIZE_PASS ( WebAssemblyLowerRefTypesIntPtrConv ,
DEBUG_TYPE ,
"WebAssembly Lower RefTypes Int-Ptr Conversions" ,
false ,
false )