We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23da702 commit a87ca9eCopy full SHA for a87ca9e
llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
@@ -62,6 +62,10 @@ class CombinerHelper {
62
GISelKnownBits *KB = nullptr,
63
MachineDominatorTree *MDT = nullptr);
64
65
+ GISelKnownBits *getKnownBits() const {
66
+ return KB;
67
+ }
68
+
69
/// MachineRegisterInfo::replaceRegWith() and inform the observer of the changes
70
void replaceRegWith(MachineRegisterInfo &MRI, Register FromReg, Register ToReg) const;
71
0 commit comments