This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e3590344cd8 DAG: Add opcode and source type to isFPExtFree new d9a915e2395 [InstCombine] recycle adds for better efficiency new 9a6875264b2 AMDGPU: Implement isFPExtFoldable
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 | 11 + lib/Target/AMDGPU/AMDGPUISelLowering.h | 1 + lib/Transforms/InstCombine/InstCombineAddSub.cpp | 47 ++- test/CodeGen/AMDGPU/fpext-free.ll | 388 +++++++++++++++++++++++ 4 files changed, 421 insertions(+), 26 deletions(-) create mode 100644 test/CodeGen/AMDGPU/fpext-free.ll