This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 40eee5d07bd [LLVM-MCA][X86] Add some AVX512 tests new e299be6492d [PHIElimination] Update the regression test for PR16508 new cce9df65256 [PHIElimination] Lower a PHI node with only undef uses as I [...]
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: lib/CodeGen/PHIElimination.cpp | 31 ++++---- test/CodeGen/AMDGPU/phi-elimination-assertion.mir | 69 +++++++++++++++++ test/CodeGen/PowerPC/2013-07-01-PHIElimBug.ll | 28 ------- test/CodeGen/PowerPC/2013-07-01-PHIElimBug.mir | 92 +++++++++++++++++++++++ 4 files changed, 176 insertions(+), 44 deletions(-) create mode 100644 test/CodeGen/AMDGPU/phi-elimination-assertion.mir delete mode 100644 test/CodeGen/PowerPC/2013-07-01-PHIElimBug.ll create mode 100644 test/CodeGen/PowerPC/2013-07-01-PHIElimBug.mir