Depends on D146915
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/include/llvm/CodeGen/ValueTypes.td | ||
---|---|---|
29 ↗ | (On Diff #505119) | Does this mean it's now possible to define codegen patterns that accept different types? e.g. a single store pattern that accepts i32 and f32 inputs? |
llvm/include/llvm/CodeGen/ValueTypes.td | ||
---|---|---|
29 ↗ | (On Diff #505119) | I suppose this is just a convention for coming MVTEmitter to emit MVT::isOverloaded(). I have no idea if we could enhance semantics. |