[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:45 PDT 2024


================
@@ -0,0 +1,231 @@
+; RUN: llc < %s -mtriple=xtensa-unkonwn-elf -O0 | FileCheck %s
----------------
s-barannikov wrote:

All llc tests should have -verify-machineinstrs argument.

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


More information about the llvm-commits mailing list