[all-commits] [llvm/llvm-project] 17fc78: [DAGCombiner] Change foldAndOrOfSETCC() to optimiz...
Konstantina Mitropoulou via All-commits
all-commits at lists.llvm.org
Thu Aug 31 11:37:19 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 17fc78e7a4e178482650f2a1c18954823c5cd4eb
https://github.com/llvm/llvm-project/commit/17fc78e7a4e178482650f2a1c18954823c5cd4eb
Author: Konstantina Mitropoulou <Konstantina.Mitropoulou at amd.com>
Date: 2023-08-31 (Thu, 31 Aug 2023)
Changed paths:
M llvm/include/llvm/CodeGen/ISDOpcodes.h
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
A llvm/test/CodeGen/AArch64/combine_andor_with_cmps.ll
M llvm/test/CodeGen/AMDGPU/combine_andor_with_cmps.ll
M llvm/test/CodeGen/AMDGPU/fma.f16.ll
M llvm/test/CodeGen/AMDGPU/or.ll
Log Message:
-----------
[DAGCombiner] Change foldAndOrOfSETCC() to optimize and/or patterns with floating points.
This reverts commit 48fa79a503a7cf380f98b6335fbd349afae1bd86.
Reviewed By: brooksmoses
Differential Revision: https://reviews.llvm.org/D159240
More information about the All-commits
mailing list