LLVM
8.0.1
|
This file lowers br_unless into br_if with an inverted condition. More...
#include "MCTargetDesc/WebAssemblyMCTargetDesc.h"
#include "WebAssembly.h"
#include "WebAssemblyMachineFunctionInfo.h"
#include "WebAssemblySubtarget.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "wasm-lower-br_unless" |
Functions | |
INITIALIZE_PASS (WebAssemblyLowerBrUnless, DEBUG_TYPE, "Lowers br_unless into inverted br_if", false, false) FunctionPass *llvm | |
This file lowers br_unless into br_if with an inverted condition.
br_unless is not currently in the spec, but it's very convenient for LLVM to use. This pass allows LLVM to use it, for now.
Definition in file WebAssemblyLowerBrUnless.cpp.
#define DEBUG_TYPE "wasm-lower-br_unless" |
Definition at line 28 of file WebAssemblyLowerBrUnless.cpp.
INITIALIZE_PASS | ( | WebAssemblyLowerBrUnless | , |
DEBUG_TYPE | , | ||
"Lowers br_unless into inverted br_if" | , | ||
false | , | ||
false | |||
) |
Definition at line 50 of file WebAssemblyLowerBrUnless.cpp.
References llvm::ARM_AM::add, assert(), llvm::BuildMI(), llvm::dbgs(), llvm::tgtok::Def, llvm::MachineInstr::getDebugLoc(), llvm::MachineFunction::getInfo(), llvm::MachineFunction::getName(), llvm::MachineInstr::getOpcode(), llvm::MachineInstr::getOperand(), llvm::MachineOperand::getReg(), llvm::MachineFunction::getRegInfo(), llvm::MachineFunction::getSubtarget(), LLVM_DEBUG, MI, MRI, and TII.