This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4cc68b7d8c5 [RISCV] Update two RISCV codegen tests after rL323991 new 00abba46451 [InstCombine] Allow common type conversions to i8/i16/i32 new 6ec36e0d625 [ORC] Rename NullResolver to NullLegacyResolver.
The 2 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/ExecutionEngine/Orc/NullResolver.h | 2 +- lib/ExecutionEngine/Orc/NullResolver.cpp | 5 +- .../InstCombine/InstructionCombining.cpp | 10 +- test/Transforms/InstCombine/and-narrow.ll | 180 +++++++++------------ test/Transforms/InstCombine/phi-timeout.ll | 47 ++++++ test/Transforms/InstCombine/should-change-type.ll | 57 +++++++ .../Orc/ObjectTransformLayerTest.cpp | 4 +- .../Orc/RTDyldObjectLinkingLayerTest.cpp | 2 +- .../ExecutionEngine/Orc/RemoteObjectLayerTest.cpp | 22 +-- 9 files changed, 203 insertions(+), 126 deletions(-) create mode 100644 test/Transforms/InstCombine/phi-timeout.ll create mode 100644 test/Transforms/InstCombine/should-change-type.ll