[llvm-branch-commits] [llvm] [x86][Windows] Fix chromium build break (PR #111218)

Farzon Lotfi via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Oct 4 15:24:38 PDT 2024


================
@@ -177,6 +177,107 @@ define float @tan(float %x) #0 {
   ret float %result
 }
 
+define float @acos(float %x) #0 {
----------------
farzonl wrote:

@efriedma-quic I'm looking at the commit history of this file:
https://github.com/llvm/llvm-project/commits/release/19.x/llvm/test/CodeGen/X86/fp-strict-libcalls-msvc32.ll

The auto cherry pick failed because I added the test for msvc out of order in https://github.com/llvm/llvm-project/commit/378fe2fc23fa56181577d411fe6d51fa531cd860

That commit added some vectorizations nothing that should impact the fix.

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


More information about the llvm-branch-commits mailing list