[llvm] [Xtensa] Implement lowering SELECT_CC, SETCC. (PR #97017)

Andrei Safronov via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 9 05:34:11 PDT 2024


================
@@ -0,0 +1,184 @@
+; RUN: llc -mtriple=xtensa -disable-block-placement -verify-machineinstrs < %s \
+; RUN:   | FileCheck %s
+
+define signext i32 @f_eq(i32 signext %a, ptr %b) nounwind {
----------------
andreisfr wrote:

FIxed

https://github.com/llvm/llvm-project/pull/97017


More information about the llvm-commits mailing list