Zero bit integer types are supported by IntegerType for consistency,
but the asmparser never got updated. Allow them to be parsed, as
required to fix CIRCT issue #316
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
60 ms | x64 windows > LLVM.CodeGen/XCore::threads.ll |
Event Timeline
Comment Actions
It seems that we would accept to parse i032 in place of i32, is this intentional? Should we limit the 0 to i0 alone?
Comment Actions
I don't know :)
I just wanted to be sure this was intentional!
I'm fine with letting this through.