dwpan wrote:
> Hello. Can you explain why this is needed, as opposed to using the equivalent
> shift/and/ors?
In Verilog/SystemVerilog language, the basic type is bit or bit vector, and
length is arbitrary, insert/extract bits are common features in language.
Introducing corresponding intrin
dwpan wrote:
> Hello. Can you explain why this is needed, as opposed to using the equivalent
> shift/and/ors?
In Verilog/SystemVerilog language, the basic type is bit or bit vector, and
length is arbitrary, insert/extract bits are common features in language.
Introducing corresponding intrins
dwpan wrote:
The feature will be very useful for hardware language like
Verilog/SystemVerilog which insert/extract bits are parts of language reference
manual.
https://github.com/llvm/llvm-project/pull/80103
___
cfe-commits mailing list
cfe-commits