[llvm-dev] how LLVM deals with 'undef'

Xiangyang Guo via llvm-dev llvm-dev at lists.llvm.org
Tue Aug 25 12:09:28 PDT 2015


Hi,

I'm using LLVM-3.8 (current SVN version) to optimize my code. After loop
unrolling, I find there is 'undef' in the IR. For example, "*%.lcssa21.unr
= phi double [ undef, %.lr.ph9 ], [ %13, %7 ]*". I have two questions:

(1) Why this 'undef' is generated?  Because before 'loop unrolling', there
is no such 'undef'.
(2) How LLVM backend deals with this 'undef'?

Any suggestion is appreciable.

Regards,

Xiangyang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150825/f97be2b5/attachment.html>


More information about the llvm-dev mailing list