Konstantina Mitropoulou 4c42ab1199 [DAGCombiner] Change foldAndOrOfSETCC() to optimize and/or patterns
CMP(A,C)||CMP(B,C) => CMP(MIN/MAX(A,B), C)
CMP(A,C)&&CMP(B,C) => CMP(MIN/MAX(A,B), C)

This first patch handles integer types.

Reviewed By: craig.topper

Differential Revision: https://reviews.llvm.org/D153502
2023-07-17 17:13:47 -07:00
..
2023-06-18 16:02:59 +01:00
2023-07-17 14:19:15 +00:00
2022-11-17 17:22:52 +08:00
2023-03-05 00:48:53 -08:00
2022-12-17 16:15:22 +05:30
2023-07-12 16:32:14 +01:00
2022-12-17 16:15:22 +05:30
2023-06-21 10:40:48 -04:00
2023-05-14 21:51:44 +08:00