K 10 svn:author V 7 git2svn K 8 svn:date V 27 2022-12-25T11:43:37.126813Z K 7 svn:log V 666 Apply llvm fix for crash building julia on PowerPC64 Merge commit 6710b21d4698 from llvm git (by Kai Luo): [PowerPC] Allow llvm.ppc.cfence to accept pointer types In the context of atomic load, integer, pointer and float point types are allowed, thus we should allow llvm.ppc.cfence to accept any type mentioned. Fixes https://github.com/llvm/llvm-project/issues/55983. Reviewed By: shchenz, vchuravy Differential Revision: https://reviews.llvm.org/D127554 Requested by: jhibbits MFC after: 3 days (cherry picked from commit 4589169768490461995f07713c8e9d7bab6bf277) Git Hash: c517ef0589b124685da8e383dbff1e2ddb756d0a Git Author: dim@FreeBSD.org END