[llvm] [AMDGPU] Eliminate likely-spurious execz checks (PR #117567)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 25 08:43:14 PST 2024
================
@@ -0,0 +1,66 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx942 -mattr=+sramecc,-xnack < %s | FileCheck %s
----------------
arsenm wrote:
Shouldn't need the target features
https://github.com/llvm/llvm-project/pull/117567
More information about the llvm-commits
mailing list