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

Matt Arsenault via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri May 29 07:17:26 PDT 2026


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

```suggestion
; RUN: llc %s -o - | FileCheck %s
```

This is the default 

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


More information about the llvm-branch-commits mailing list