Skip to content

Commit 03e3c79

Browse files
authored
lcb: Removed warning (#369)
Removed it because it fills the entire screen with warnings for AArch64.
1 parent 14aaf56 commit 03e3c79

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

vadl/main/vadl/lcb/passes/llvmLowering/strategies/LlvmInstructionLoweringStrategy.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,6 @@ public Optional<LlvmLoweringRecord.Machine> lowerInstruction(
202202
var copy = unmodifiedBehavior.copy();
203203

204204
if (!checkIfNoControlFlow(copy) && !checkIfNotAllowedDataflowNodes(copy)) {
205-
DeferredDiagnosticStore.add(
206-
Diagnostic.warning("Instruction is not lowerable and will be skipped",
207-
instruction.location()).build());
208205
return Optional.empty();
209206
}
210207

0 commit comments

Comments
 (0)