search for: undeflocal

Displaying 1 result from an estimated 1 matches for "undeflocal".

2019 Sep 24
2
An issue with "lifetime.start" and storing "undef"
Hi All, In order to confine the scope of a local variable allocated using "alloca", we had written a pass named 'undeflocal'. This helps avoid pseudo phi nodes inserted because of the path (carrying an undefined value) starting from the "entry" block. This unwanted phi instruction was preventing some of the optimizations from getting triggered later on. For example, consider the following case: // void f...