[llvm-branch-commits] [llvm] [DirectX] Move IR printing to DXILPrettyPrinter (PR #198318)

Harald van Dijk via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri May 29 07:34:28 PDT 2026


================
@@ -0,0 +1,60 @@
+; RUN: llc --filetype=asm %s -o - | FileCheck %s
----------------
hvdijk wrote:

Good idea, though most other DirectX tests do also explicitly specify `--filetype=asm`. @bogner What do you prefer here? I'd like it to be consistent across tests, shall I apply this change and then submit another PR to update the other tests to match? Or do it for this one test only? Or leave it explicitly using `--filetype=asm`?

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


More information about the llvm-branch-commits mailing list