[llvm] [X86][GlobalISel] Reorganize br/brcond tests (NFC) (PR #80204)

via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 6 13:47:19 PST 2024


================
@@ -0,0 +1,31 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4
+; RUN: llc < %s -O0 -mtriple=i686-linux-gnu                                     -verify-machineinstrs | FileCheck %s --check-prefix=DAG
+; RUN: llc < %s -O0 -mtriple=i686-linux-gnu -fast-isel -fast-isel-abort=1       -verify-machineinstrs | FileCheck %s --check-prefix=DAG
+; RUN: llc < %s -O0 -mtriple=i686-linux-gnu -global-isel -global-isel-abort=1   -verify-machineinstrs | FileCheck %s --check-prefix=GISEL
+; RUN: llc < %s -O0 -mtriple=x86_64-linux-gnu                                   -verify-machineinstrs | FileCheck %s --check-prefix=DAG
----------------
turinevgeny wrote:

Added for SelectionDAG, or you meant FastISel as well?

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


More information about the llvm-commits mailing list