Open Quuxplusone opened 12 years ago
Bugzilla Link | PR14226 |
Status | NEW |
Importance | P enhancement |
Reported by | Carlo Kok (ck@remobjects.com) |
Reported on | 2012-10-31 07:53:49 -0700 |
Last modified on | 2016-03-03 04:26:36 -0800 |
Version | trunk |
Hardware | All All |
CC | baldrick@free.fr, david.majnemer@gmail.com, efriedma@quicinc.com, geek4civic@gmail.com, hfinkel@anl.gov, llvm-bugs@lists.llvm.org, rafael@espindo.la, trass3r@gmail.com |
Fixed by commit(s) | |
Attachments | |
Blocks | |
Blocked by | |
See also |
This transformation isn't safe in general; see http://llvm.org/docs/LangRef.html#pointeraliasing .
Could you elaborate on that?
Can't it be made in a safe way using AA?