This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fdc9ad7 [SCEV] Extract out a `isSCEVExprNeverPoison` helper; NFCI new 91e5e85 [EarlyCSE] Take the intersection of flags on instructions new fd026c3 Fix some spelling mistakes new 582e856 [GVN] Respect fast-math-flags on fcmps
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/IR/InstrTypes.h | 29 --------------- include/llvm/IR/Instruction.h | 29 +++++++++++++++ include/llvm/IR/Operator.h | 4 +- lib/IR/Instruction.cpp | 64 ++++++++++++++++++++++++++++++++ lib/IR/Instructions.cpp | 56 ---------------------------- lib/Target/ARM/ARMConstantIslandPass.cpp | 4 +- lib/Transforms/Scalar/EarlyCSE.cpp | 13 ++----- lib/Transforms/Scalar/GVN.cpp | 43 +++++++++++---------- test/Transforms/EarlyCSE/flags.ll | 18 +++++++++ test/Transforms/GVN/flags.ll | 18 +++++++++ unittests/ProfileData/InstrProfTest.cpp | 2 +- 11 files changed, 158 insertions(+), 122 deletions(-) create mode 100644 test/Transforms/EarlyCSE/flags.ll create mode 100644 test/Transforms/GVN/flags.ll