[clang] [llvm] [AMDGPU] Remove icmp and fcmp intrinsics (PR #208183)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 20 03:05:59 PDT 2026
================
@@ -0,0 +1,35 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt -S < %s | FileCheck %s
----------------
arsenm wrote:
These should use llvm-as + llvm-dis, and goes in test/Bitcode like the other cases
https://github.com/llvm/llvm-project/pull/208183
More information about the llvm-commits
mailing list