We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14aaf56 commit 03e3c79Copy full SHA for 03e3c79
vadl/main/vadl/lcb/passes/llvmLowering/strategies/LlvmInstructionLoweringStrategy.java
@@ -202,9 +202,6 @@ public Optional<LlvmLoweringRecord.Machine> lowerInstruction(
202
var copy = unmodifiedBehavior.copy();
203
204
if (!checkIfNoControlFlow(copy) && !checkIfNotAllowedDataflowNodes(copy)) {
205
- DeferredDiagnosticStore.add(
206
- Diagnostic.warning("Instruction is not lowerable and will be skipped",
207
- instruction.location()).build());
208
return Optional.empty();
209
}
210
0 commit comments