[llvm] [NVPTX] Lower -1/x to neg.f64(rcp.rn.f64) instead of fdiv (PR #98343)
Rajat Bajpai via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 15 22:50:16 PDT 2024
================
@@ -0,0 +1,34 @@
+; RUN: llc < %s -march=nvptx64 | FileCheck %s
----------------
rajatbajpai wrote:
Fixed in the latest revision.
https://github.com/llvm/llvm-project/pull/98343
More information about the llvm-commits
mailing list