Currently we don't utilize the information that if we have a zext operation we can put an upperbound limit to the value if we know that the zext operand is not used in any sign-extended operation
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Add additional tests where we don't have the inital condition for the function argument. The entry check is
unecessary because the typebounds can be optimised if the constraint system already contained the function
arguemnts.
it's simpler to just return an i1 instead, this also makes verification easier.