Skip to content

Commit

Permalink
conv:tc: Add link to issue number to one TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
lkorenc committed Nov 2, 2023
1 parent 4b7a2ea commit ce9e326
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/vast/Conversion/TypeConverters/DataLayout.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ namespace vast::conv::tc {
{
static mlir_attr
make(mcontext_t &mctx, mlir_type llvm_type, const dl::DLEntry &old_entry) {
// TODO(conv:tc): This has more complicated rules, consult `LLVM` dialect
// TODO(conv:tc): Issue #435.
// This has more complicated rules, consult `LLVM` dialect
// sources.
if (mlir::isa< mlir::LLVM::LLVMStructType >(llvm_type)) {
return {};
Expand Down

0 comments on commit ce9e326

Please sign in to comment.