[PATCH] D31292: Improve support for non-llvm intrinsics.
Ahmed Bougacha via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 28 10:31:23 PDT 2017
ab added a comment.
Can you explain why this is necessary?
"llvm." is the only reserved prefix for global identifiers; removing that assumption opens the door to problems we could easily avoid (for instance, what happens when I use IR that has functions named 'X.foo' ? Are those doomed to be forbidden from the 'X' backend?)
https://reviews.llvm.org/D31292
More information about the llvm-commits
mailing list