[llvm] [AMDGPU] SIInstrInfo: Fix resultDependsOnExec for VOPC instructions (PR #134629)
Frederik Harwath via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 8 05:03:53 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
----------------
frederik-h wrote:
I actually decided not to include any statement about whether or not those kind of instructions depend on exec in the test name, because the test is not really covering this, i.e. its outcome is independent from the return value of the function. It's just meant to test that no crash occurs.
https://github.com/llvm/llvm-project/pull/134629
More information about the llvm-commits
mailing list