Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java: Adopt shared SSA library #16900

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

hvitved
Copy link
Contributor

@hvitved hvitved commented Jul 3, 2024

No description provided.

@github-actions github-actions bot added the Java label Jul 3, 2024
@hvitved hvitved force-pushed the java/shared-ssa branch 3 times, most recently from 1d5e5ac to 551238a Compare July 5, 2024 13:36
@hvitved hvitved force-pushed the java/shared-ssa branch from 551238a to 291e278 Compare July 8, 2024 09:08
not exists(SsaImplicitInit init | init.captures(ssa)) and
not emptyDecl(ssa) and
not readImplicitly(ssa, _)
/** A dead variable update. */

Check warning

Code scanning / CodeQL

Predicate QLDoc style. Warning

The QLDoc for a predicate without a result should start with 'Holds'.
@hvitved hvitved force-pushed the java/shared-ssa branch from 291e278 to 4f5d6e3 Compare July 8, 2024 11:43
@hvitved hvitved force-pushed the java/shared-ssa branch 2 times, most recently from 4479e03 to a93188c Compare July 8, 2024 18:55
@hvitved hvitved force-pushed the java/shared-ssa branch from 132d68c to 5cdb692 Compare July 9, 2024 10:59
@hvitved hvitved changed the title Java: Adopt shared SSA data-flow integration (WIP) Java: Adopt shared SSA library Jul 9, 2024
@hvitved hvitved force-pushed the java/shared-ssa branch 2 times, most recently from ab9d191 to 910f049 Compare July 10, 2024 07:45
@hvitved hvitved force-pushed the java/shared-ssa branch 3 times, most recently from 4db2c2b to 3d63764 Compare July 11, 2024 09:38
@hvitved hvitved force-pushed the java/shared-ssa branch 2 times, most recently from 308fce2 to de69820 Compare July 11, 2024 19:37

private newtype TNode =
TParamNode(DfInput::Parameter p) {
exists(WriteDefinition def | DfInput::ssaDefInitializesParam(def, p))

Check warning

Code scanning / CodeQL

Omittable 'exists' variable Warning

This exists variable can be omitted by using a don't-care expression
in this argument
.
Location getLocation() { result = super.getLocation() }

predicate hasCfgNode(BasicBlock bb, int i) {
super.getControlFlowNode() = bb.(J::BasicBlock).getNode(i)

Check warning

Code scanning / CodeQL

Redundant cast Warning

Redundant cast to
BasicBlock
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant