[PATCH] D75619: [mlir] LLVM dialect: move ensureDistinctSuccessors out of std->LLVM conversion
Stephen Neuendorffer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 6 13:48:24 PST 2020
stephenneuendorffer accepted this revision.
stephenneuendorffer added a comment.
This revision is now accepted and ready to land.
I tend to agree with riddle that having a better passname. Maybe "LegalizeForLLVM" ?
================
Comment at: mlir/lib/Dialect/LLVMIR/Transforms/CMakeLists.txt:7
+ MLIRIR
+ MLIRLLVMIR
+ MLIRPass
----------------
PUBLIC here please.
================
Comment at: mlir/lib/Target/CMakeLists.txt:12
+ MLIRLLVMIR
+ MLIRLLVMIRTransforms
+ LLVMCore
----------------
PUBLIC here please.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75619/new/
https://reviews.llvm.org/D75619
More information about the llvm-commits
mailing list