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 d9881e6 commit 93db4a8Copy full SHA for 93db4a8
llvm/lib/CodeGen/ImplicitNullChecks.cpp
@@ -369,10 +369,6 @@ ImplicitNullChecks::SuitabilityResult
369
ImplicitNullChecks::isSuitableMemoryOp(const MachineInstr &MI,
370
unsigned PointerReg,
371
ArrayRef<MachineInstr *> PrevInsts) {
372
- int64_t Offset;
373
- bool OffsetIsScalable;
374
- const MachineOperand *BaseOp;
375
-
376
// Implementation restriction for faulting_op insertion
377
// TODO: This could be relaxed if we find a test case which warrants it.
378
if (MI.getDesc().getNumDefs() > 1)
0 commit comments