search for: ifcond

Displaying 4 results from an estimated 4 matches for "ifcond".

Did you mean: ifconf
2017 Jun 16
2
simplify CFG Pass in llvm
...ould assume it should simply be able to manage all the use-def dependencies and delete the instructions in the unreachable "continuation" basic block below. Following is the relevant IR entry: %a3 = alloca i32 store i32 %a, i32* %a3 %a4 = load i32, i32* %a3 %ifcond = icmp ne i32 %a4, 0 br i1 %ifcond, label %then, label %else then: ; preds = %entry %gclone1 = alloca i32 store i32 0, i32* %gclone1 ret i5 0 else: ; preds = %entry %gclo...
2020 Mar 15
0
[PATCH v3 00/34] Configurable policy for handling deprecated interfaces
...Simplify test data setup tests/test-qmp-event: Use qobject_is_equal() tests/test-qmp-event: Check event is actually emitted qapi/schema: Clean up around QAPISchemaEntity.connect_doc() qapi: Add feature flags to remaining definitions qapi: Consistently put @features parameter right after @ifcond qapi/introspect: Rename *qlit* to reduce confusion qapi/introspect: Factor out _make_tree() qapi/schema: Change _make_features() to a take feature list qapi/schema: Reorder classes so related ones are together qapi/schema: Rename QAPISchemaObjectType{Variant,Variants} qapi/schema: Call...
2020 Mar 17
0
Re: [PATCH v4 00/34] Configurable policy for handling deprecated interfaces
...> tests/test-qmp-event: Use qobject_is_equal() > tests/test-qmp-event: Check event is actually emitted > qapi/schema: Clean up around QAPISchemaEntity.connect_doc() > qapi: Add feature flags to remaining definitions > qapi: Consistently put @features parameter right after @ifcond > qapi/introspect: Rename *qlit* to reduce confusion > qapi/introspect: Factor out _make_tree() > qapi/schema: Change _make_features() to a take feature list > qapi/schema: Reorder classes so related ones are together > qapi/schema: Rename QAPISchemaObjectType{Variant,Varia...
2020 Mar 17
5
[PATCH v4 00/34] Configurable policy for handling deprecated interfaces
...Simplify test data setup tests/test-qmp-event: Use qobject_is_equal() tests/test-qmp-event: Check event is actually emitted qapi/schema: Clean up around QAPISchemaEntity.connect_doc() qapi: Add feature flags to remaining definitions qapi: Consistently put @features parameter right after @ifcond qapi/introspect: Rename *qlit* to reduce confusion qapi/introspect: Factor out _make_tree() qapi/schema: Change _make_features() to a take feature list qapi/schema: Reorder classes so related ones are together qapi/schema: Rename QAPISchemaObjectType{Variant,Variants} qapi/schema: Call...