This prints a more helpful error for folks who aren't intrinsically
familiar with the system.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| mlir/include/mlir/IR/Builders.h | ||
|---|---|---|
| 425–426 | Nit: can we factor this out into a checkHasAbstractOperation() function to avoid duplicating the long message? Also, this copy doesn't have LLVM_UNLIKELY. | |
Nit: can we factor this out into a checkHasAbstractOperation() function to avoid duplicating the long message? Also, this copy doesn't have LLVM_UNLIKELY.