Open Quuxplusone opened 8 years ago
Bugzilla Link | PR28876 |
Status | NEW |
Importance | P normal |
Reported by | Carrot (carrot@google.com) |
Reported on | 2016-08-05 17:38:37 -0700 |
Last modified on | 2016-08-06 22:13:31 -0700 |
Version | trunk |
Hardware | PC Linux |
CC | ehsanamiri@gmail.com, hfinkel@anl.gov, kit.barton@gmail.com, llvm-bugs@lists.llvm.org, nemanja.i.ibm@gmail.com, riddleriver@gmail.com |
Fixed by commit(s) | |
Attachments | |
Blocks | |
Blocked by | |
See also |
LLVM has the ability to tag with callsite parameters with NoAlias(The attribute for not aliasing any other address) but I don't know of any current analysis passes that tag anything other then struct return parameters with it.