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