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

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 31 14:48:55 PST 2024


================
@@ -0,0 +1,1508 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc < %s                               -mtriple=x86_64-apple-darwin10 -verify-machineinstrs | FileCheck %s --check-prefixes=SDAG-X64
+; RUN: llc < %s -fast-isel -fast-isel-abort=1 -mtriple=x86_64-apple-darwin10 -verify-machineinstrs | FileCheck %s --check-prefixes=FASTISEL-X64
----------------
RKSimon wrote:

Some of these look like the X86/X64 variants can share a common prefix

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


More information about the llvm-commits mailing list