https://bugs.llvm.org/show_bug.cgi?id=45131

Dimitry Andric <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |DUPLICATE
             Status|NEW                         |RESOLVED

--- Comment #2 from Dimitry Andric <[email protected]> ---
This is indeed the same issue as bug 43839.  Simplified test case:

void *f(void *g) {
  return __builtin_assume_aligned(g, 4294967296);
}

*** This bug has been marked as a duplicate of bug 43839 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to