From d7c78d2b9d8ea2c2dea3b220cf7c13a227588116 Mon Sep 17 00:00:00 2001 From: liuf9 Date: Mon, 11 Dec 2023 22:25:00 +0800 Subject: [PATCH] test CI --- 0151-Fix-bugs-and-add-tests-for-RTL-ifcvt.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0151-Fix-bugs-and-add-tests-for-RTL-ifcvt.patch b/0151-Fix-bugs-and-add-tests-for-RTL-ifcvt.patch index b228e2e..8fe1667 100644 --- a/0151-Fix-bugs-and-add-tests-for-RTL-ifcvt.patch +++ b/0151-Fix-bugs-and-add-tests-for-RTL-ifcvt.patch @@ -41,7 +41,7 @@ index 50a73a7ca..209987ebc 100644 /* Don't even try if the comparison operands or the mode of X are weird. */ - if (!param_ifcvt_allow_complicated_cmps -+ if (!flag_ifcvt_allow_complicated_cmps ++ if (!flag_ifcvt_allow_complicated_cmps && (cond_complex || !SCALAR_INT_MODE_P (GET_MODE (x)))) return NULL_RTX; -- Gitee