Skip to content

Commit

Permalink
Update xdsl_smt/utils/transfer_function_check_util.py
Browse files Browse the repository at this point in the history
Co-authored-by: Fehr Mathieu <[email protected]>
  • Loading branch information
Hatsunespica and math-fehr authored Dec 25, 2024
1 parent c784c7c commit 5c564e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xdsl_smt/utils/transfer_function_check_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def valid_abstract_domain_check(

"""
Given the transfer function and a set of integer attributes associated with the function,
returns if the attr set makes the operation valid.
returns a boolean SSA Value that checks if the operation is valid.
For example:
trunc %a from i32 to i64 (invalid)
trunc %a from i5 to i3 (valid)
Expand Down

0 comments on commit 5c564e3

Please sign in to comment.