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

Andrei Safronov via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 1 06:33:20 PDT 2025


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


More information about the llvm-commits mailing list