[Mlir-commits] [mlir] [MLIR][LLVMIR][DLTI] Pass to update #llvm.target's features per relevant backend (PR #154938)
Rolf Morel
llvmlistbot at llvm.org
Sat Aug 23 06:36:30 PDT 2025
================
@@ -27,4 +27,18 @@ def LLVMTargetToDataLayout : Pass<"llvm-target-to-data-layout"> {
];
}
+def LLVMTargetToTargetFeatures : Pass<"llvm-target-to-target-features"> {
+ let summary = "TODO";
----------------
rolfmorel wrote:
Fixed.
https://github.com/llvm/llvm-project/pull/154938
More information about the Mlir-commits
mailing list