Does swift-llvm IR add any new IR to llvm or it's the same llvm IR.
Thanks
Ramakrishna
It’s the same LLVM IR. The difference between the LLVM in the swift-llvm repository
GitHub - apple/swift-llvm at upstream-with-swift
and the official LLVM repository is tiny.
- Doug
···
On Mar 30, 2016, at 6:46 AM, Ramakrishna Mallireddy via swift-users <swift-users@swift.org> wrote:
Does swift-llvm IR add any new IR to llvm or it's the same llvm IR.
Thanks Douglas,
does
https://github.com/apple/swift-llvm/blob/upstream-with-swift/docs/LangRef.rst,
reflect those tiny changes that llvm-swift made. if it just the same llvm
lang ref then is there any doc/ref for llvm-swift changes.
Thanks
Ramakrishna
···
On Wed, Mar 30, 2016 at 10:01 PM, Douglas Gregor <dgregor@apple.com> wrote:
> On Mar 30, 2016, at 6:46 AM, Ramakrishna Mallireddy via swift-users < > swift-users@swift.org> wrote:
>
> Does swift-llvm IR add any new IR to llvm or it's the same llvm IR.
It’s the same LLVM IR. The difference between the LLVM in the swift-llvm
repository
GitHub - apple/swift-llvm at upstream-with-swift
and the official LLVM repository is tiny.
- Doug