File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
clang/include/clang/CIR/Dialect/IR Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1679,10 +1679,10 @@ def SetBitfieldOp : CIR_Op<"set_bitfield"> {
16791679 The `cir.set_bitfield` operation provides a store-like access to
16801680 a bit field of a record.
16811681
1682- It expects an address of a storage where to store, a type of the storage,
1683- a value being stored, a name of a bit field, a pointer to the storage in the
1684- base record, a size of the storage, a size the bit field, an offset
1685- of the bit field and a sign . Returns a value being stored.
1682+ A bitfield info attribute must be provided to describe the location of
1683+ the bitfield within the memory referenced by the $addr argument.
1684+ The $src argument is inserted at the appropriate place in the memory and
1685+ the value that was stored . Returns a value being stored.
16861686
16871687 A unit attribute `volatile` can be used to indicate a volatile store of the
16881688 bitfield.
You can’t perform that action at this time.
0 commit comments