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

via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 30 00:59:24 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-backend-x86

Author: None (JaydeepChauhan14)

<details>
<summary>Changes</summary>

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

---
Full diff: https://github.com/llvm/llvm-project/pull/156162.diff


11 Files Affected:

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


``````````diff
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

``````````

</details>


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


More information about the llvm-commits mailing list