[llvm] [DirectX] Start the creation of a DXIL Instruction legalizer (PR #131221)

Chris B via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 17 17:49:58 PDT 2025


================
@@ -0,0 +1,209 @@
+//===- DXILLegalizePass.cpp - Legalizes llvm IR for DXIL ------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===---------------------------------------------------------------------===//
+//===---------------------------------------------------------------------===//
----------------
llvm-beanz wrote:

nit: Doubled heading line is unncessary.

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


More information about the llvm-commits mailing list