[llvm] [Xtensa] Implement lowering SELECT_CC/BRCC for Xtensa FP Option. (PR #145544)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 29 17:55:25 PDT 2025


================
@@ -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


More information about the llvm-commits mailing list