[llvm] [X86][NFC] Renamed Trigonometric functions testcases (PR #156162)

via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 30 00:58:53 PDT 2025


https://github.com/JaydeepChauhan14 created https://github.com/llvm/llvm-project/pull/156162

Reference PR - https://github.com/llvm/llvm-project/pull/155434#discussion_r2310501931

>From a0b0565783eb8686ba6a38cfeea534b81fb55006 Mon Sep 17 00:00:00 2001
From: Chauhan Jaydeep Ashwinbhai <chauhan.jaydeep.ashwinbhai at intel.com>
Date: Sat, 30 Aug 2025 00:57:27 -0700
Subject: [PATCH] [X86][NFC] Renamed Trigonometric functions testcases

---
 llvm/test/CodeGen/X86/{llvm.acos.ll => isel-llvm.acos.ll}     | 0
 llvm/test/CodeGen/X86/{llvm.asin.ll => isel-llvm.asin.ll}     | 0
 llvm/test/CodeGen/X86/{llvm.atan.ll => isel-llvm.atan.ll}     | 0
 llvm/test/CodeGen/X86/{llvm.atan2.ll => isel-llvm.atan2.ll}   | 0
 llvm/test/CodeGen/X86/{llvm.cos.ll => isel-llvm.cos.ll}       | 0
 llvm/test/CodeGen/X86/{llvm.cosh.ll => isel-llvm.cosh.ll}     | 0
 llvm/test/CodeGen/X86/{llvm.sin.ll => isel-llvm.sin.ll}       | 0
 llvm/test/CodeGen/X86/{llvm.sincos.ll => isel-llvm.sincos.ll} | 0
 llvm/test/CodeGen/X86/{llvm.sinh.ll => isel-llvm.sinh.ll}     | 0
 llvm/test/CodeGen/X86/{llvm.tan.ll => isel-llvm.tan.ll}       | 0
 llvm/test/CodeGen/X86/{llvm.tanh.ll => isel-llvm.tanh.ll}     | 0
 11 files changed, 0 insertions(+), 0 deletions(-)
 rename llvm/test/CodeGen/X86/{llvm.acos.ll => isel-llvm.acos.ll} (100%)
 rename llvm/test/CodeGen/X86/{llvm.asin.ll => isel-llvm.asin.ll} (100%)
 rename llvm/test/CodeGen/X86/{llvm.atan.ll => isel-llvm.atan.ll} (100%)
 rename llvm/test/CodeGen/X86/{llvm.atan2.ll => isel-llvm.atan2.ll} (100%)
 rename llvm/test/CodeGen/X86/{llvm.cos.ll => isel-llvm.cos.ll} (100%)
 rename llvm/test/CodeGen/X86/{llvm.cosh.ll => isel-llvm.cosh.ll} (100%)
 rename llvm/test/CodeGen/X86/{llvm.sin.ll => isel-llvm.sin.ll} (100%)
 rename llvm/test/CodeGen/X86/{llvm.sincos.ll => isel-llvm.sincos.ll} (100%)
 rename llvm/test/CodeGen/X86/{llvm.sinh.ll => isel-llvm.sinh.ll} (100%)
 rename llvm/test/CodeGen/X86/{llvm.tan.ll => isel-llvm.tan.ll} (100%)
 rename llvm/test/CodeGen/X86/{llvm.tanh.ll => isel-llvm.tanh.ll} (100%)

diff --git a/llvm/test/CodeGen/X86/llvm.acos.ll b/llvm/test/CodeGen/X86/isel-llvm.acos.ll
similarity index 100%
rename from llvm/test/CodeGen/X86/llvm.acos.ll
rename to llvm/test/CodeGen/X86/isel-llvm.acos.ll
diff --git a/llvm/test/CodeGen/X86/llvm.asin.ll b/llvm/test/CodeGen/X86/isel-llvm.asin.ll
similarity index 100%
rename from llvm/test/CodeGen/X86/llvm.asin.ll
rename to llvm/test/CodeGen/X86/isel-llvm.asin.ll
diff --git a/llvm/test/CodeGen/X86/llvm.atan.ll b/llvm/test/CodeGen/X86/isel-llvm.atan.ll
similarity index 100%
rename from llvm/test/CodeGen/X86/llvm.atan.ll
rename to llvm/test/CodeGen/X86/isel-llvm.atan.ll
diff --git a/llvm/test/CodeGen/X86/llvm.atan2.ll b/llvm/test/CodeGen/X86/isel-llvm.atan2.ll
similarity index 100%
rename from llvm/test/CodeGen/X86/llvm.atan2.ll
rename to llvm/test/CodeGen/X86/isel-llvm.atan2.ll
diff --git a/llvm/test/CodeGen/X86/llvm.cos.ll b/llvm/test/CodeGen/X86/isel-llvm.cos.ll
similarity index 100%
rename from llvm/test/CodeGen/X86/llvm.cos.ll
rename to llvm/test/CodeGen/X86/isel-llvm.cos.ll
diff --git a/llvm/test/CodeGen/X86/llvm.cosh.ll b/llvm/test/CodeGen/X86/isel-llvm.cosh.ll
similarity index 100%
rename from llvm/test/CodeGen/X86/llvm.cosh.ll
rename to llvm/test/CodeGen/X86/isel-llvm.cosh.ll
diff --git a/llvm/test/CodeGen/X86/llvm.sin.ll b/llvm/test/CodeGen/X86/isel-llvm.sin.ll
similarity index 100%
rename from llvm/test/CodeGen/X86/llvm.sin.ll
rename to llvm/test/CodeGen/X86/isel-llvm.sin.ll
diff --git a/llvm/test/CodeGen/X86/llvm.sincos.ll b/llvm/test/CodeGen/X86/isel-llvm.sincos.ll
similarity index 100%
rename from llvm/test/CodeGen/X86/llvm.sincos.ll
rename to llvm/test/CodeGen/X86/isel-llvm.sincos.ll
diff --git a/llvm/test/CodeGen/X86/llvm.sinh.ll b/llvm/test/CodeGen/X86/isel-llvm.sinh.ll
similarity index 100%
rename from llvm/test/CodeGen/X86/llvm.sinh.ll
rename to llvm/test/CodeGen/X86/isel-llvm.sinh.ll
diff --git a/llvm/test/CodeGen/X86/llvm.tan.ll b/llvm/test/CodeGen/X86/isel-llvm.tan.ll
similarity index 100%
rename from llvm/test/CodeGen/X86/llvm.tan.ll
rename to llvm/test/CodeGen/X86/isel-llvm.tan.ll
diff --git a/llvm/test/CodeGen/X86/llvm.tanh.ll b/llvm/test/CodeGen/X86/isel-llvm.tanh.ll
similarity index 100%
rename from llvm/test/CodeGen/X86/llvm.tanh.ll
rename to llvm/test/CodeGen/X86/isel-llvm.tanh.ll



More information about the llvm-commits mailing list