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

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 10 03:51:06 PDT 2024


================
@@ -1,10 +1,10 @@
 ; RUN: llc -march=xtensa < %s | FileCheck %s
 
-; CHECK-LABEL: brcc1:
+; CHECK-LABEL: brcc_sgt:
----------------
arsenm wrote:

-verify-machineinstrs should be missing. We should stop unconditionally adding it to every test, and only in cases specifically testing things that hit a verifier error 

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


More information about the llvm-commits mailing list