uint256_t

Results 17 issues of uint256_t

### Description - Add `--prefix` option (`-r` for shorthand) - Be able to set the presence of prefix (e.g. `0x`, `0b`, ...) - Issue: #64 ![Screenshot from 2022-01-02 20-35-19](https://user-images.githubusercontent.com/9913176/147874486-788c1f3b-7ccb-447a-af76-c108fa0a7704.png)

**Is your feature request related to a problem? Please describe.** Currently, there's no options to disable prefixes like `0x` as far as I know. The `hexdump` command doesn't show `0x`...

help wanted

- [ ] Long chain of GEPs

- [x] [Simple spill](https://github.com/maekawatoshiki/vicis/blob/master/codegen/tests/codegen/spill.ll) - [ ] Complex spill - including recomputation of program points

Hello! I noticed that the model loader is not using buffered IO, so I added a piece of code for buffering. I measured the loading time only for llama 7B...

`poetry` has `shell` subcommand to spawn a shell within the virtual environment. The same thing can be achieved by simply running `source .venv/bin/activate`, but what about having `rye shell`?

### Summary - Fixes https://github.com/rust-lang/rust-clippy/issues/12271 - (This is my first contribution to clippy and any suggestion would be appreciated) changelog: [`map_clone`]: Handle false positive with `map_clone` lint

S-waiting-on-review

Hi. I'm new to ONNX-MLIR. I converted a MobileNet v3 model into MLIR by the command `./onnx-mlir --EmitMLIR -O3 ./mobilenetv3.onnx`, and got the following MLIR code corresponding to GlobalAveragePool op:...