[all-commits] [llvm/llvm-project] ffe8f4: [IR] Add operator<< overload for CmpInst::Predicat...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Mar 7 06:11:20 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ffe8f47d7237cf5767f0424708670af64ba0702d
https://github.com/llvm/llvm-project/commit/ffe8f47d7237cf5767f0424708670af64ba0702d
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-03-07 (Tue, 07 Mar 2023)
Changed paths:
M llvm/include/llvm/IR/InstrTypes.h
M llvm/lib/Analysis/ScalarEvolution.cpp
M llvm/lib/CodeGen/MachineOperand.cpp
M llvm/lib/IR/AsmWriter.cpp
M llvm/lib/IR/Instructions.cpp
M llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
M llvm/lib/Transforms/Scalar/ConstraintElimination.cpp
M llvm/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
Log Message:
-----------
[IR] Add operator<< overload for CmpInst::Predicate (NFC)
I regularly try and fail to use this while debugging.
More information about the All-commits
mailing list