[llvm] [NVPTX] Lower -1/x to neg.f64(rcp.rn.f64) instead of fdiv (PR #98343)

Artem Belevich via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 15 12:15:08 PDT 2024


================
@@ -0,0 +1,34 @@
+; RUN: llc < %s -march=nvptx64 | FileCheck %s
----------------
Artem-B wrote:

This test will benefit from autogenerated checks:
https://llvm.org/docs/TestingGuide.html#generating-assertions-in-regression-tests



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


More information about the llvm-commits mailing list