================
@@ -841,21 +847,93 @@ static unsigned getBranchOpcode(ISD::CondCode Cond) {
}
}
+static void GetFPBranchKind(ISD::CondCode Cond, unsigned &BrKind,
----------------
andreisfr wrote:
fixed
https://github.com/llvm/llvm-project/pull/145544