summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorYonghong Song <yhs@fb.com>2019-09-22 17:33:48 +0000
committerYonghong Song <yhs@fb.com>2019-09-22 17:33:48 +0000
commit91d5c2a035585ebfb1215237115ab439836fe54c (patch)
treeba8804b9e2b7dc24c5786b6595158348765a9817 /llvm/lib/Transforms
parentf7d5f90c333610b3b292738110685a47971c0c29 (diff)
downloadbcm5719-llvm-91d5c2a035585ebfb1215237115ab439836fe54c.tar.gz
bcm5719-llvm-91d5c2a035585ebfb1215237115ab439836fe54c.zip
[CLANG][BPF] permit any argument type for __builtin_preserve_access_index()
Commit c15aa241f821 ("[CLANG][BPF] change __builtin_preserve_access_index() signature") changed the builtin function signature to PointerT __builtin_preserve_access_index(PointerT ptr) with a pointer type as the argument/return type, where argument and return types must be the same. There is really no reason for this constraint. The builtin just presented a code region so that IR builtins __builtin_{array, struct, union}_preserve_access_index can be applied. This patch removed the pointer type restriction to permit any argument type as long as it is permitted by the compiler. Differential Revision: https://reviews.llvm.org/D67883 llvm-svn: 372516
Diffstat (limited to 'llvm/lib/Transforms')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud