[llvm] [Xtensa] Implement lowering SELECT_CC, SETCC. (PR #97017)
Sergei Barannikov via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 6 18:15:46 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 {
----------------
s-barannikov wrote:
signext is redundant
https://github.com/llvm/llvm-project/pull/97017
More information about the llvm-commits
mailing list