[llvm] [Transforms] Create more optimizing functions to fold inverse trig pairs (PR #77799)

via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 12 07:56:45 PST 2024


================
@@ -0,0 +1,59 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 4
+; RUN: opt < %s -passes=instcombine -S | FileCheck %s
+
+define float @mytan(float %x) {
----------------
AtariDreams wrote:

I was just following what the previous test owner wrote. I'll probably change the original test names too then for consistency 

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


More information about the llvm-commits mailing list