[clang] [llvm] [HLSL] implement the rcp intrinsic (PR #83857)

Justin Bogner via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 4 09:49:45 PST 2024


================
@@ -0,0 +1,27 @@
+
+// RUN: %clang_cc1 -finclude-default-header -triple dxil-pc-shadermodel6.6-library %s -fnative-half-type -emit-llvm -disable-llvm-passes -verify -verify-ignore-unexpected
----------------
bogner wrote:

While it's certainly worth exploring the options here I worry that trying to deduplicate these too aggressively could make the tests a lot harder to understand.

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


More information about the cfe-commits mailing list