[llvm] [NVPTX] Support llvm.exp2 for f32 and vector of f32 (PR #120519)

Durgadoss R via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 19 09:25:51 PST 2024


================
@@ -0,0 +1,61 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc < %s -march=nvptx64 -mcpu=sm_52 -mattr=+ptx86 | FileCheck --check-prefixes=CHECK %s
+; RUN: %if ptxas-12.0 %{ llc < %s -march=nvptx64 -mcpu=sm_20 -mattr=+ptx14 | %ptxas-verify -arch=sm_20 %}
----------------
durga4github wrote:

ok, thanks for using ptxas-12.0

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


More information about the llvm-commits mailing list