Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Op's create methods support passing an instruction name
Equivalent to CallInst, for more readable code. This allows to pass in a value name without a call to setName which is especially useful when directly returning a create op. For example: return m_builder->create<ExampleOp>(m_builder->getInt32(123), "example_123");
- Loading branch information