https://github.com/farzonl requested changes to this pull request.
You need test cases for the DXIL expansion pass and the dxil-op-lower pass. It can be one file called `llvm/test/CodeGen/DirectX/length.ll` It shold start off like: ``` ; RUN: opt -S -dxil-intrinsic-expansion < %s | FileCheck %s --check-prefixes=CHECK,EXPCHECK ; RUN: opt -S -dxil-op-lower < %s | FileCheck %s --check-prefixes=CHECK,DOPCHECK ``` If you want an example see `llvm/test/CodeGen/DirectX/idot.ll` https://github.com/llvm/llvm-project/pull/101256 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits