Re: r276350 - [CodeGen] Fix a crash when constant folding switch statement

2016-07-28 Thread Hans Wennborg via cfe-commits
I see, thanks. I've taken a second look at the patch and it seems straight-forward to me, so I've merged it in r276985. Cheers, Hans On Wed, Jul 27, 2016 at 5:16 PM, David Majnemer wrote: > I hear that he is on vacation. > > > On Wednesday, July 27, 2016, Hans Wennborg via cfe-commits > wrote:

Re: r276350 - [CodeGen] Fix a crash when constant folding switch statement

2016-07-27 Thread David Majnemer via cfe-commits
I hear that he is on vacation. On Wednesday, July 27, 2016, Hans Wennborg via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Richard: ping? > > On Fri, Jul 22, 2016 at 7:00 AM, Hans Wennborg > wrote: > > Richard: should we merge this to 3.9? > > > > On Thu, Jul 21, 2016 at 6:31 PM, Erik Pilk

Re: r276350 - [CodeGen] Fix a crash when constant folding switch statement

2016-07-27 Thread Hans Wennborg via cfe-commits
Richard: ping? On Fri, Jul 22, 2016 at 7:00 AM, Hans Wennborg wrote: > Richard: should we merge this to 3.9? > > On Thu, Jul 21, 2016 at 6:31 PM, Erik Pilkington via cfe-commits > wrote: >> Author: epilk >> Date: Thu Jul 21 17:31:40 2016 >> New Revision: 276350 >> >> URL: http://llvm.org/viewvc/

Re: r276350 - [CodeGen] Fix a crash when constant folding switch statement

2016-07-22 Thread Hans Wennborg via cfe-commits
Richard: should we merge this to 3.9? On Thu, Jul 21, 2016 at 6:31 PM, Erik Pilkington via cfe-commits wrote: > Author: epilk > Date: Thu Jul 21 17:31:40 2016 > New Revision: 276350 > > URL: http://llvm.org/viewvc/llvm-project?rev=276350&view=rev > Log: > [CodeGen] Fix a crash when constant foldi

r276350 - [CodeGen] Fix a crash when constant folding switch statement

2016-07-21 Thread Erik Pilkington via cfe-commits
Author: epilk Date: Thu Jul 21 17:31:40 2016 New Revision: 276350 URL: http://llvm.org/viewvc/llvm-project?rev=276350&view=rev Log: [CodeGen] Fix a crash when constant folding switch statement Differential revision: https://reviews.llvm.org/D22542 Modified: cfe/trunk/lib/CodeGen/CGStmt.cpp