Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks!
mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp | ||
---|---|---|
1747 | Somewhat unrelated: these helpers should probably be removed because they're an easy performance trap. |
mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp | ||
---|---|---|
1747 | +1 Alternatively I would take a SymbolTable as argument instead. |
Somewhat unrelated: these helpers should probably be removed because they're an easy performance trap.