Displaying 2 results from an estimated 2 matches for "5437a8c3".
2017 Apr 07
2
Should ValueTracking::GetUnderlyingObject stop on Alloca instructions rather than calling SimplifyInstruction?
I notice that GetUnderlyingObject has a few checks, but alloca isn't one of
them. Then it fall backs to SimplifyInstruction which doesn't know about
alloca so falls back to just trying to constant fold it. This seems a
little silly since I assume alloca can't be constant folded. Should we just
detect this early in GetUnderlyingObject and stop?
~Craig
-------------- next part
2017 Apr 12
2
Should ValueTracking::GetUnderlyingObject stop on Alloca instructions rather than calling SimplifyInstruction?
...> ~Craig
>
>
--
Hal Finkel
Lead, Compiler Technology and Programming Languages
Leadership Computing Facility
Argonne National Laboratory
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170412/5437a8c3/attachment.html>