Replies: 3 comments
-
I printed out in |
Beta Was this translation helpful? Give feedback.
-
I can't find the bug due to the lack of information. |
Beta Was this translation helpful? Give feedback.
-
How come it can happen that, in the resulting table there is |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In example1.c, there is
if (x<0)
and it is%div3 = sdiv i32 10, %call, !dbg !23
in example1.ll,if.then2
.I printed out a table and I got a result
%div3 = sdiv i32 10, %call, !dbg !23 -> %call -> Neg
.Then, I thought, in Analysis.check_instr, as it matches with Llvm.Opcode.SDiv and
v
isNeg
(ase
is%call
)Memory.Value.order zero v
must be false.However, it prints out
Potential Division-by-zero @ example1.c:main:9:14, %call = Top
.What is wrong?
Beta Was this translation helpful? Give feedback.
All reactions