Open Quuxplusone opened 5 years ago
Bugzilla Link | PR42382 |
Status | NEW |
Importance | P enhancement |
Reported by | witstorm (witstorm@163.com) |
Reported on | 2019-06-25 04:18:49 -0700 |
Last modified on | 2019-06-25 05:33:15 -0700 |
Version | 7.0 |
Hardware | PC Linux |
CC | htmldeveloper@gmail.com, llvm-bugs@lists.llvm.org, t.p.northover@gmail.com |
Fixed by commit(s) | |
Attachments | |
Blocks | |
Blocked by | |
See also |
UBSan reports a shift of 1024 (which is out of range and so undefined behaviour). Does the issue still happen if you fix that?
It would also be useful to describe why the IR is wrong, or put some diagnostic printf in to demonstrate the issue.