-
Notifications
You must be signed in to change notification settings - Fork 30
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
Support of Showing Local Events Location in Spirv #761
Support of Showing Local Events Location in Spirv #761
Conversation
@hernanponcedeleon Changes of this PR are related to showing source location of |
If there are independent then we should move forward (sorry for the delay, I thought there was a dependency). @CapZTr can you please rebase? @natgavrilenko can you please review? |
Will do before Monday the latest |
74ec869
to
fba0a09
Compare
Done. |
...ain/java/com/dat3m/dartagnan/parsers/program/visitors/spirv/builders/ControlFlowBuilder.java
Outdated
Show resolved
Hide resolved
...ain/java/com/dat3m/dartagnan/parsers/program/visitors/spirv/builders/ControlFlowBuilder.java
Outdated
Show resolved
Hide resolved
...ain/java/com/dat3m/dartagnan/parsers/program/visitors/spirv/builders/ControlFlowBuilder.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Tianrui Zheng <tianrui.zheng@huawei.com>
Signed-off-by: Tianrui Zheng <tianrui.zheng@huawei.com>
4a6a5d8
to
30cd0a0
Compare
...ain/java/com/dat3m/dartagnan/parsers/program/visitors/spirv/builders/ControlFlowBuilder.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Tianrui Zheng <tianrui.zheng@huawei.com>
749c055
into
hernanponcedeleon:development
In #760
Local
events are added to witness graph. This PR supports showing source-level location information forLocals
in Spirv code, since they are often related to control flows (Phi
instructions) so that need to be treated specifically.