This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from df2b9399fe9 [BasicAA] Use PhiValuesAnalysis if available when handling [...] new 86dcb58e5df AMDGPU: Make fneg combine handle fcanonicalize new 78e0f474878 AMDGPU: Reduce code size with fcanonicalize (fneg x)
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/Target/AMDGPU/AMDGPUISelLowering.cpp | 2 + lib/Target/AMDGPU/AMDGPUInstructions.td | 1 + lib/Target/AMDGPU/SIInstructions.td | 10 ++ test/CodeGen/AMDGPU/fcanonicalize-elimination.ll | 2 +- test/CodeGen/AMDGPU/fcanonicalize.f16.ll | 111 ++++++++++++++--------- test/CodeGen/AMDGPU/fcanonicalize.ll | 4 +- test/CodeGen/AMDGPU/fneg-combines.ll | 21 +++++ 7 files changed, 104 insertions(+), 47 deletions(-)