[hlsl] Add generated IR expectations.
This CL generates the expectation files for the HLSL IR backend. The
majority of them fail and will be enabled as the backend is implemented.
Change-Id: Ic018acc91ca133daafee1aa4ec9d5945a9420823
Bug: 42251045
No-Try: true
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/193622
Auto-Submit: dan sinclair <dsinclair@chromium.org>
Reviewed-by: James Price <jrprice@google.com>
Commit-Queue: James Price <jrprice@google.com>
diff --git a/test/tint/samples/function.wgsl.expected.ir.fxc.hlsl b/test/tint/samples/function.wgsl.expected.ir.fxc.hlsl
new file mode 100644
index 0000000..6428324
--- /dev/null
+++ b/test/tint/samples/function.wgsl.expected.ir.fxc.hlsl
@@ -0,0 +1,5 @@
+float main() {
+ return 0.40000000596046447754f;
+}
+void ep() {
+}