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 466c526 commit 2a81b6aCopy full SHA for 2a81b6a
llvm/lib/Transforms/Utils/PredicateInfo.cpp
@@ -809,7 +809,6 @@ class PredicateInfoAnnotatedWriter : public AssemblyAnnotationWriter {
809
void emitInstructionAnnot(const Instruction *I,
810
formatted_raw_ostream &OS) override {
811
if (const auto *PI = PredInfo->getPredicateInfoFor(I)) {
812
- OS << "; Has predicate info\n";
813
if (const auto *PB = dyn_cast<PredicateBranch>(PI)) {
814
OS << "; branch predicate info { TrueEdge: " << PB->TrueEdge
815
<< " Comparison:" << *PB->Condition << " Edge: [";
0 commit comments