[PATCH] D80702: [AMDGPU] Fold llvm.amdgcn.cos and llvm.amdgcn.sin intrinsics
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 3 03:15:45 PDT 2020
thakis added inline comments.
================
Comment at: llvm/test/Analysis/ConstantFolding/AMDGPU/sin.ll:138
+; CHECK-NEXT: store volatile double 0.000000e+00, double* [[P]], align 8
+; CHECK-NEXT: store volatile double 0x3FE6A09E667F3BCC, double* [[P]], align 8
+; CHECK-NEXT: store volatile double 0xBFE6A09E667F3BCC, double* [[P]], align 8
----------------
Looks like this ends in BCD instead of BCC on Windows (with clang-cl as host compiler at least): http://45.33.8.238/win/16679/step_11.txt
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80702/new/
https://reviews.llvm.org/D80702
More information about the llvm-commits
mailing list