[llvm] [Xtensa] Implement lowering SELECT_CC, SETCC. (PR #97017)
Andrei Safronov via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 10 05:52:29 PDT 2024
================
@@ -1,10 +1,10 @@
; RUN: llc -march=xtensa < %s | FileCheck %s
-; CHECK-LABEL: brcc1:
+; CHECK-LABEL: brcc_sgt:
----------------
andreisfr wrote:
I added "-verify-machineinstrs" argument to the brcc.ll test and generated check lines.
https://github.com/llvm/llvm-project/pull/97017
More information about the llvm-commits
mailing list