Re: r315984 - [CodeGen] EmitPointerWithAlignment() to generate TBAA info along with LValue base info

2017-12-22 Thread Ivan Kosarev via cfe-commits
Hello Alex, I'm working on it. Thanks, On 22/12/17 00:07, Alex L wrote: Hi, This commit has caused a new regression in LLVM 6. I filed the following PR: https://bugs.llvm.org/show_bug.cgi?id=35724 . Could you please take a look? Thanks, Alex On 17 October 2017 at 02:12, Ivan A. Kosarev

Re: r315984 - [CodeGen] EmitPointerWithAlignment() to generate TBAA info along with LValue base info

2017-12-21 Thread Alex L via cfe-commits
Hi, This commit has caused a new regression in LLVM 6. I filed the following PR: https://bugs.llvm.org/show_bug.cgi?id=35724 . Could you please take a look? Thanks, Alex On 17 October 2017 at 02:12, Ivan A. Kosarev via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: kosarev > Date:

Re: r315984 - [CodeGen] EmitPointerWithAlignment() to generate TBAA info along with LValue base info

2017-10-18 Thread Ivan Kosarev via cfe-commits
: cfe-commits [mailto:cfe-commits-boun...@lists.llvm.org] On Behalf Of Ivan A. Kosarev via cfe-commits Sent: Tuesday, October 17, 2017 2:12 To: cfe-commits@lists.llvm.org Subject: r315984 - [CodeGen] EmitPointerWithAlignment() to generate TBAA info along with LValue base info Author: kosarev Date

RE: r315984 - [CodeGen] EmitPointerWithAlignment() to generate TBAA info along with LValue base info

2017-10-18 Thread Yung, Douglas via cfe-commits
ent: Tuesday, October 17, 2017 2:12 > To: cfe-commits@lists.llvm.org > Subject: r315984 - [CodeGen] EmitPointerWithAlignment() to generate TBAA info > along with LValue base info > > Author: kosarev > Date: Tue Oct 17 02:12:13 2017 > New Revision: 315984 > > URL: http://llvm

r315984 - [CodeGen] EmitPointerWithAlignment() to generate TBAA info along with LValue base info

2017-10-17 Thread Ivan A. Kosarev via cfe-commits
Author: kosarev Date: Tue Oct 17 02:12:13 2017 New Revision: 315984 URL: http://llvm.org/viewvc/llvm-project?rev=315984=rev Log: [CodeGen] EmitPointerWithAlignment() to generate TBAA info along with LValue base info Differential Revision: https://reviews.llvm.org/D38796 Added: