[IR] Add operator<< overload for CmpInst::Predicate (NFC)
authorNikita Popov <npopov@redhat.com>
Tue, 7 Mar 2023 13:57:06 +0000 (14:57 +0100)
committerNikita Popov <npopov@redhat.com>
Tue, 7 Mar 2023 14:10:56 +0000 (15:10 +0100)
commitffe8f47d7237cf5767f0424708670af64ba0702d
treed45f8880de6f32582bab12ccd89f992a066fa201
parentdbe6894ac634b96b4156c6becd0825be6e9639ab
[IR] Add operator<< overload for CmpInst::Predicate (NFC)

I regularly try and fail to use this while debugging.
llvm/include/llvm/IR/InstrTypes.h
llvm/lib/Analysis/ScalarEvolution.cpp
llvm/lib/CodeGen/MachineOperand.cpp
llvm/lib/IR/AsmWriter.cpp
llvm/lib/IR/Instructions.cpp
llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
llvm/lib/Transforms/Scalar/ConstraintElimination.cpp
llvm/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp