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 b28766e commit b82fd5dCopy full SHA for b82fd5d
llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
@@ -56,9 +56,9 @@ struct IndexedLoadStoreMatchInfo {
56
Register Addr;
57
Register Base;
58
Register Offset;
59
- bool RematOffset; // True if Offset is a constant that needs to be
60
- // rematerialized before the new load/store.
61
- bool IsPre;
+ bool RematOffset = false; // True if Offset is a constant that needs to be
+ // rematerialized before the new load/store.
+ bool IsPre = false;
62
};
63
64
struct PtrAddChain {
0 commit comments