diff options
author | JaydeepChauhan14 <chauhan.jaydeep.ashwinbhai@intel.com> | 2025-09-02 14:08:37 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-02 08:38:37 +0000 |
commit | f8a53b0b01591ff3e29c390957bff42ab56a55e0 (patch) | |
tree | c29a5ef5070b01e6767ddc7349d1c3de449fe5b1 | |
parent | ec40830b3866136d85a6315470e97889e11dc546 (diff) | |
download | llvm-f8a53b0b01591ff3e29c390957bff42ab56a55e0.zip llvm-f8a53b0b01591ff3e29c390957bff42ab56a55e0.tar.gz llvm-f8a53b0b01591ff3e29c390957bff42ab56a55e0.tar.bz2 |
[X86][NFC] Renamed Trigonometric functions testcases (#156162)
Reference PR -
https://github.com/llvm/llvm-project/pull/155434#discussion_r2310501931
-rw-r--r-- | llvm/test/CodeGen/X86/isel-llvm.acos.ll (renamed from llvm/test/CodeGen/X86/llvm.acos.ll) | 0 | ||||
-rw-r--r-- | llvm/test/CodeGen/X86/isel-llvm.asin.ll (renamed from llvm/test/CodeGen/X86/llvm.asin.ll) | 0 | ||||
-rw-r--r-- | llvm/test/CodeGen/X86/isel-llvm.atan.ll (renamed from llvm/test/CodeGen/X86/llvm.atan.ll) | 0 | ||||
-rw-r--r-- | llvm/test/CodeGen/X86/isel-llvm.atan2.ll (renamed from llvm/test/CodeGen/X86/llvm.atan2.ll) | 0 | ||||
-rw-r--r-- | llvm/test/CodeGen/X86/isel-llvm.cos.ll (renamed from llvm/test/CodeGen/X86/llvm.cos.ll) | 0 | ||||
-rw-r--r-- | llvm/test/CodeGen/X86/isel-llvm.cosh.ll (renamed from llvm/test/CodeGen/X86/llvm.cosh.ll) | 0 | ||||
-rw-r--r-- | llvm/test/CodeGen/X86/isel-llvm.sin.ll (renamed from llvm/test/CodeGen/X86/llvm.sin.ll) | 0 | ||||
-rw-r--r-- | llvm/test/CodeGen/X86/isel-llvm.sincos.ll (renamed from llvm/test/CodeGen/X86/llvm.sincos.ll) | 0 | ||||
-rw-r--r-- | llvm/test/CodeGen/X86/isel-llvm.sinh.ll (renamed from llvm/test/CodeGen/X86/llvm.sinh.ll) | 0 | ||||
-rw-r--r-- | llvm/test/CodeGen/X86/isel-llvm.tan.ll (renamed from llvm/test/CodeGen/X86/llvm.tan.ll) | 0 | ||||
-rw-r--r-- | llvm/test/CodeGen/X86/isel-llvm.tanh.ll (renamed from llvm/test/CodeGen/X86/llvm.tanh.ll) | 0 |
11 files changed, 0 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/llvm.acos.ll b/llvm/test/CodeGen/X86/isel-llvm.acos.ll index 9176cf4..9176cf4 100644 --- a/llvm/test/CodeGen/X86/llvm.acos.ll +++ b/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 index 87ffcc9..87ffcc9 100644 --- a/llvm/test/CodeGen/X86/llvm.asin.ll +++ b/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 index c03361d..c03361d 100644 --- a/llvm/test/CodeGen/X86/llvm.atan.ll +++ b/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 index aa56068..aa56068 100644 --- a/llvm/test/CodeGen/X86/llvm.atan2.ll +++ b/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 index af03985..af03985 100644 --- a/llvm/test/CodeGen/X86/llvm.cos.ll +++ b/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 index a61867c..a61867c 100644 --- a/llvm/test/CodeGen/X86/llvm.cosh.ll +++ b/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 index 0f17f83d..0f17f83d 100644 --- a/llvm/test/CodeGen/X86/llvm.sin.ll +++ b/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 index 065710f..065710f 100644 --- a/llvm/test/CodeGen/X86/llvm.sincos.ll +++ b/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 index ef30f8d..ef30f8d 100644 --- a/llvm/test/CodeGen/X86/llvm.sinh.ll +++ b/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 index 4e76653..4e76653 100644 --- a/llvm/test/CodeGen/X86/llvm.tan.ll +++ b/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 index c4f6e2f..c4f6e2f 100644 --- a/llvm/test/CodeGen/X86/llvm.tanh.ll +++ b/llvm/test/CodeGen/X86/isel-llvm.tanh.ll |