Chris Lattner
Chris Lattner
MLIR mainline added the ability to synthesize get/setters with a properly camel cased and get/set-prefixed name, see [this patch](https://reviews.llvm.org/D111033) and [this announcement](https://llvm.discourse.group/t/psa-ods-generated-accessors-will-change-to-have-a-get-prefix-update-you-apis/4476/2). We should do a merge from MLIR mainline...
Now that APInt supports zero width values, we can make hw.constant support them, and expand comb to allow them. Such an approach would make it easier to generate HW dialect,...
| | | | --- | --- | | Bugzilla Link | [10460](https://llvm.org/bz10460) | | Version | unspecified | | OS | All | | CC | @DougGregor,@jryans,@zygoloid | ##...
Add a new programming language to Linguist, named Mojo, for file extensions `.mojo` and `.🔥`. You can learn more about Mojo at https://docs.modular.com/mojo/. ## Description Mojo is a new programming...
### Bug description [Santiago](https://x.com/svpino) (@svpino) points out [on twitter](https://x.com/svpino/status/1807141992222363897) that Mojo accepts code like this: `var b : Int64 = 1.67` even though we don't like implicit conversions that lose...
### Bug description Brian Grenier (and others) points out behavior where we have potentially-expensive rematerialization of comptime information into runtime, e.g. materializing a list ever time that happens. ``` alias...
The XLS project has a [number of nice optimizations](https://google.github.io/xls/optimizations/optimizations/), we should look to see if any make sense to implement at the comb level.