[llvm] r256077 - Clean up the processing of dbg.value in various places

Joerg Sonnenberger via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 21 12:22:57 PST 2015


On Sat, Dec 19, 2015 at 02:02:44AM -0000, Keno Fischer via llvm-commits wrote:
> Author: kfischer
> Date: Fri Dec 18 20:02:44 2015
> New Revision: 256077
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=256077&view=rev
> Log:
> Clean up the processing of dbg.value in various places

For what it is worth, this change broke the following input when compiled
with "-g -fno-integrated-as -Os":

fn1() {
  struct {
    int dword[2]
  } u;
  u.dword[1] = 0;
}

Joerg


More information about the llvm-commits mailing list