This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 70c07bb DAG: Fold fneg into compare with constant into the constant new f390225 AMDGPU: Make i32 uaddo/usubo legal new 6d874b0 NewGVN: Instead of changeToUnreachable, insert an instruction [...] new 2c531bb [libFuzzer] Implement TmpDir() for Windows. new 913f418 [InstCombine] add vector splat tests for (X >>?exact C1) << C [...]
The 4 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/Fuzzer/FuzzerIOWindows.cpp | 12 +++- lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 17 +++++ lib/Target/AMDGPU/SIISelLowering.cpp | 3 + lib/Transforms/Scalar/NewGVN.cpp | 9 +-- test/CodeGen/AMDGPU/uaddo.ll | 119 +++++++++++++++++++++++-------- test/CodeGen/AMDGPU/usubo.ll | 114 ++++++++++++++++++++++------- test/Transforms/InstCombine/shift.ll | 42 +++++++++-- test/Transforms/NewGVN/pr31594.ll | 1 + test/Transforms/NewGVN/pr31758.ll | 1 + 9 files changed, 249 insertions(+), 69 deletions(-)