Open Quuxplusone opened 6 years ago
Bugzilla Link | PR38791 |
Status | NEW |
Importance | P enhancement |
Reported by | Roman Lebedev (lebedev.ri@gmail.com) |
Reported on | 2018-08-31 06:26:26 -0700 |
Last modified on | 2018-09-07 00:50:19 -0700 |
Version | trunk |
Hardware | PC Linux |
CC | david.bolvansky@gmail.com, llvm-bugs@lists.llvm.org |
Fixed by commit(s) | |
Attachments | |
Blocks | |
Blocked by | |
See also | PR38123 |
Also
%masked = or i8 %arg, 192
%r = icmp eq i8 %masked, %arg
=>
%r = icmp uge i8 %arg, 192