https://bugs.llvm.org/show_bug.cgi?id=26094
Davide Italiano <dav...@freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |WORKSFORME
CC| |dav...@freebsd.org
--- Comment #1 from Davide Italiano <dav...@freebsd.org> ---
Doesn't repro at
commit 2257563e92784ac63855930f5c3dfb7602d14172
Author: davide <davide@91177308-0d34-0410-b5e6-96231b3b80d8>
Date: Wed Apr 19 17:26:57 2017 +0000
[InstCombine] Reduce visitLoadInst() code duplication. NFCI.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300717
91177308-0d34-0410-b5e6-96231b3b80d8
[davide@localhost bin]$ ./clang abc.c -o abc -c -w -O2
[davide@localhost bin]$ ./clang abc.c -o abc -c -w -O3
[davide@localhost bin]$ ./clang abc.c -o abc -c -w -O1
[davide@localhost bin]$ ./clang abc.c -o abc -c -w -O0
[davide@localhost bin]$ ./clang abc.c -o abc -c -w -Os
[davide@localhost bin]$
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs