Closed Quuxplusone closed 13 years ago
Bugzilla Link | PR10136 |
Status | RESOLVED FIXED |
Importance | P normal |
Reported by | Roman Divacky (rdivacky@freebsd.org) |
Reported on | 2011-06-14 15:47:55 -0700 |
Last modified on | 2011-06-14 17:16:49 -0700 |
Version | trunk |
Hardware | PC FreeBSD |
CC | efriedma@quicinc.com, llvm-bugs@lists.llvm.org |
Fixed by commit(s) | |
Attachments | |
Blocks | |
Blocked by | |
See also |
oh, forgot to mention that it works just fine at -O0
[rdivacky@anacreon ~/llvm]$ ./Release+Asserts/bin/clang -m32 -O0 -S -o -
printf.c | grep creq
creqv 6, 6, 6
[rdivacky@anacreon ~/llvm]$
r133018; I would appreciate if you would write/commit an appropriate test.