[llvm] [AMDGPU] SIInstrInfo: Fix resultDependsOnExec for VOPC instructions (PR #134629)

Carl Ritson via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 8 01:52:33 PDT 2025


================
@@ -0,0 +1,23 @@
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 5
+# RUN: llc -mtriple=amdgcn -mcpu=gfx1010 -run-pass=machine-cse %s -o - | FileCheck %s
+
+---
+name: vopc_comparisons_do_not_depend_on_exec
----------------
perlfu wrote:

Probably rename this test to the opposite?

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


More information about the llvm-commits mailing list