This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 153c5a24ad4 [IRBuilder] Update IRBuilder::CreateFNeg(...) to return a U [...] new 7d6a3303df8 [AMDGPU] Fixed dpp combine of VOP1 new 0cb14ca5d83 [InstCombine] Fix PR43617 new 53cc4153add [GISel] Refactor and split PatternMatchTest. NFC
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: lib/Target/AMDGPU/GCNDPPCombine.cpp | 8 + lib/Transforms/Utils/SimplifyLibCalls.cpp | 9 +- test/CodeGen/AMDGPU/dpp_combine.mir | 23 ++ unittests/CodeGen/GlobalISel/CMakeLists.txt | 1 + .../CodeGen/GlobalISel/ConstantFoldingTest.cpp | 71 +++++ unittests/CodeGen/GlobalISel/PatternMatchTest.cpp | 311 ++++----------------- 6 files changed, 163 insertions(+), 260 deletions(-) create mode 100644 unittests/CodeGen/GlobalISel/ConstantFoldingTest.cpp