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

via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 2 01:38:41 PDT 2025


Author: JaydeepChauhan14
Date: 2025-09-02T08:38:37Z
New Revision: f8a53b0b01591ff3e29c390957bff42ab56a55e0

URL: https://github.com/llvm/llvm-project/commit/f8a53b0b01591ff3e29c390957bff42ab56a55e0
DIFF: https://github.com/llvm/llvm-project/commit/f8a53b0b01591ff3e29c390957bff42ab56a55e0.diff

LOG: [X86][NFC] Renamed Trigonometric functions testcases (#156162)

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

Added: 
    llvm/test/CodeGen/X86/isel-llvm.acos.ll
    llvm/test/CodeGen/X86/isel-llvm.asin.ll
    llvm/test/CodeGen/X86/isel-llvm.atan.ll
    llvm/test/CodeGen/X86/isel-llvm.atan2.ll
    llvm/test/CodeGen/X86/isel-llvm.cos.ll
    llvm/test/CodeGen/X86/isel-llvm.cosh.ll
    llvm/test/CodeGen/X86/isel-llvm.sin.ll
    llvm/test/CodeGen/X86/isel-llvm.sincos.ll
    llvm/test/CodeGen/X86/isel-llvm.sinh.ll
    llvm/test/CodeGen/X86/isel-llvm.tan.ll
    llvm/test/CodeGen/X86/isel-llvm.tanh.ll

Modified: 
    

Removed: 
    llvm/test/CodeGen/X86/llvm.acos.ll
    llvm/test/CodeGen/X86/llvm.asin.ll
    llvm/test/CodeGen/X86/llvm.atan.ll
    llvm/test/CodeGen/X86/llvm.atan2.ll
    llvm/test/CodeGen/X86/llvm.cos.ll
    llvm/test/CodeGen/X86/llvm.cosh.ll
    llvm/test/CodeGen/X86/llvm.sin.ll
    llvm/test/CodeGen/X86/llvm.sincos.ll
    llvm/test/CodeGen/X86/llvm.sinh.ll
    llvm/test/CodeGen/X86/llvm.tan.ll
    llvm/test/CodeGen/X86/llvm.tanh.ll


################################################################################
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