[llvm] c3947a6 - [AMDGPU][NFC] Remove a redundant test (#146888)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 3 17:28:34 PDT 2025
Author: paperchalice
Date: 2025-07-04T08:28:30+08:00
New Revision: c3947a63690d65c4afd188a06f18c1aec2016486
URL: https://github.com/llvm/llvm-project/commit/c3947a63690d65c4afd188a06f18c1aec2016486
DIFF: https://github.com/llvm/llvm-project/commit/c3947a63690d65c4afd188a06f18c1aec2016486.diff
LOG: [AMDGPU][NFC] Remove a redundant test (#146888)
The deleted test is identical to the next test.
Added:
Modified:
llvm/test/CodeGen/AMDGPU/mad-combine.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/AMDGPU/mad-combine.ll b/llvm/test/CodeGen/AMDGPU/mad-combine.ll
index 2ac181b06a350..7b8aa86bee2cc 100644
--- a/llvm/test/CodeGen/AMDGPU/mad-combine.ll
+++ b/llvm/test/CodeGen/AMDGPU/mad-combine.ll
@@ -1,6 +1,5 @@
; Make sure we still form mad even when unsafe math or fp-contract is allowed instead of fma.
-; RUN: llc -mtriple=amdgcn -mcpu=tahiti -denormal-fp-math-f32=preserve-sign -verify-machineinstrs < %s | FileCheck -enable-var-scope -check-prefix=SI -check-prefix=SI-STD -check-prefix=SI-STD-SAFE -check-prefix=FUNC %s
; RUN: llc -mtriple=amdgcn -mcpu=tahiti -denormal-fp-math-f32=preserve-sign -verify-machineinstrs < %s | FileCheck -enable-var-scope -check-prefix=SI -check-prefix=SI-STD -check-prefix=SI-STD-SAFE -check-prefix=FUNC %s
; RUN: llc -mtriple=amdgcn -mcpu=tahiti -denormal-fp-math-f32=preserve-sign -verify-machineinstrs < %s | FileCheck -enable-var-scope -check-prefix=SI -check-prefix=SI-STD -check-prefix=SI-STD-UNSAFE -check-prefix=FUNC %s
More information about the llvm-commits
mailing list