When translating from a llvm::ConstantAggregate with vector type, we should lower to insertelement operations (if needed) rather than using insertvalue.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/test/Target/LLVMIR/Import/constant-aggregate.ll | ||
---|---|---|
33–34 | Why is DAG necessary here? The lines are identical so they will always match in the order of appearance. |
Why is DAG necessary here? The lines are identical so they will always match in the order of appearance.