search for: 8bfd8450

Displaying 2 results from an estimated 2 matches for "8bfd8450".

2016 Sep 02
3
undef * 0
..., and anything other > than 0..3 is rejected. (in fact .. bug report ... 10 thru 39 are also > silently accepted as are 100 thru 399 etc) > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160902/8bfd8450/attachment.html>
2016 Sep 02
4
undef * 0
What is the value of undef * 0 in LLVM? According to its definition in the LLVM IR reference; "The string ‘undef‘ can be used anywhere a constant is expected..." Am I correct to say that undef * 0 = 0 following this definition? Best Regards, soham