LLVM 20.0.0git
|
Provides analysis for querying information about KnownBits during GISel passes. More...
#include "llvm/ADT/DenseMap.h"
#include "llvm/CodeGen/GlobalISel/GISelChangeObserver.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/Register.h"
#include "llvm/InitializePasses.h"
#include "llvm/Support/KnownBits.h"
Go to the source code of this file.
Classes | |
class | llvm::GISelKnownBits |
class | llvm::GISelKnownBitsAnalysis |
To use KnownBitsInfo analysis in a pass, KnownBitsInfo &Info = getAnalysis<GISelKnownBitsInfoAnalysis>().get(MF); Add to observer if the Info is caching. More... | |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
Provides analysis for querying information about KnownBits during GISel passes.
Definition in file GISelKnownBits.h.