[llvm] 53a3c73 - AMDGPU: Remove fixed fixme from a test
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 17 01:53:14 PST 2024
Author: Matt Arsenault
Date: 2024-01-17T16:52:50+07:00
New Revision: 53a3c738a95ec654b0b2196cdbd454a8d6d1be0e
URL: https://github.com/llvm/llvm-project/commit/53a3c738a95ec654b0b2196cdbd454a8d6d1be0e
DIFF: https://github.com/llvm/llvm-project/commit/53a3c738a95ec654b0b2196cdbd454a8d6d1be0e.diff
LOG: AMDGPU: Remove fixed fixme from a test
Added:
Modified:
llvm/test/CodeGen/AMDGPU/strict_fpext.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/AMDGPU/strict_fpext.ll b/llvm/test/CodeGen/AMDGPU/strict_fpext.ll
index 22bebb7ad26f53..9690a0cafa4292 100644
--- a/llvm/test/CodeGen/AMDGPU/strict_fpext.ll
+++ b/llvm/test/CodeGen/AMDGPU/strict_fpext.ll
@@ -1,5 +1,4 @@
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 2
-; FIXME: Missing operand promote for f16
; XUN: llc -mtriple=amdgcn-mesa-mesa3d -mcpu=tahiti < %s | FileCheck -check-prefixes=GCN,SI %s
; RUN: llc -mtriple=amdgcn-mesa-mesa3d -mcpu=gfx803 < %s | FileCheck -check-prefixes=GCN,GFX89,GFX8 %s
; RUN: llc -mtriple=amdgcn-mesa-mesa3d -mcpu=gfx900 < %s | FileCheck -check-prefixes=GCN,GFX89,GFX9 %s
More information about the llvm-commits
mailing list