[llvm] [AMDGPU] Update branch-condition-and.ll to auto-generated checks (PR #110860)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 2 08:21:17 PDT 2024
================
@@ -1,4 +1,5 @@
-; RUN: llc -mtriple=amdgcn -verify-machineinstrs -simplifycfg-require-and-preserve-domtree=1 < %s | FileCheck -check-prefix=GCN %s
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mtriple=amdgcn -mcpu=tahiti -verify-machineinstrs -simplifycfg-require-and-preserve-domtree=1 < %s | FileCheck -check-prefix=GCN %s
----------------
arsenm wrote:
Don't need -verify-machineinstrs
https://github.com/llvm/llvm-project/pull/110860
More information about the llvm-commits
mailing list