This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1ae9ed698a7 [SLP] Fix PR38339: Instruction does not dominate all uses! new 55c7db8b2ea AMDGPU: Don't handle FP16_TO_FP in isCanonicalized new 48e2f473006 DAG: Fix PromoteFloatResult for fcanonicalize new f241788fa53 [InstSimplify] Fold another Select with And/Or pattern new 9e1f67df4fc [MemDep] Use PhiValuesAnalysis to improve alias analysis results
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: include/llvm/Analysis/MemoryDependenceAnalysis.h | 6 +- lib/Analysis/InstructionSimplify.cpp | 36 +++-- lib/Analysis/MemoryDependenceAnalysis.cpp | 17 ++- lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp | 3 +- lib/Target/AMDGPU/SIISelLowering.cpp | 4 - test/CodeGen/AMDGPU/fcanonicalize.f16.ll | 184 +++++++++++++---------- test/Other/new-pm-defaults.ll | 5 + test/Other/new-pm-lto-defaults.ll | 1 + test/Other/new-pm-thinlto-defaults.ll | 5 + test/Other/opt-O2-pipeline.ll | 3 + test/Other/opt-O3-pipeline.ll | 3 + test/Other/opt-Os-pipeline.ll | 3 + test/Transforms/GVN/PRE/pre-after-rle.ll | 6 +- test/Transforms/InstSimplify/select-and-cmp.ll | 30 +--- test/Transforms/InstSimplify/select-or-cmp.ll | 30 +--- 15 files changed, 177 insertions(+), 159 deletions(-)