[libc-commits] [libc] [libc][gpu] Remove Unused Imports in Sin Benchmarks (PR #104710)

via libc-commits libc-commits at lists.llvm.org
Sun Aug 18 07:15:31 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libc

Author: None (jameshu15869)

<details>
<summary>Changes</summary>

This PR removes unused imports in the `sin()` benchmarks.

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


1 Files Affected:

- (modified) libc/benchmarks/gpu/src/math/sin_benchmark.cpp (-4) 


``````````diff
diff --git a/libc/benchmarks/gpu/src/math/sin_benchmark.cpp b/libc/benchmarks/gpu/src/math/sin_benchmark.cpp
index bf09e6e462172e..b43aebfd1f44db 100644
--- a/libc/benchmarks/gpu/src/math/sin_benchmark.cpp
+++ b/libc/benchmarks/gpu/src/math/sin_benchmark.cpp
@@ -1,9 +1,5 @@
 #include "benchmarks/gpu/LibcGpuBenchmark.h"
 
-#include "src/__support/CPP/array.h"
-#include "src/__support/CPP/bit.h"
-#include "src/__support/CPP/functional.h"
-#include "src/__support/FPUtil/FPBits.h"
 #include "src/math/sin.h"
 #include "src/math/sinf.h"
 #include "src/stdlib/rand.h"

``````````

</details>


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


More information about the libc-commits mailing list