Open Quuxplusone opened 3 years ago
Bugzilla Link | PR48087 |
Status | NEW |
Importance | P normal |
Reported by | labath@google.com |
Reported on | 2020-11-05 02:30:44 -0800 |
Last modified on | 2020-11-06 17:00:24 -0800 |
Version | trunk |
Hardware | All All |
CC | dblaikie@gmail.com, jdevlieghere@apple.com, keith.walker@arm.com, llvm-bugs@lists.llvm.org, paul_robinson@playstation.sony.com |
Fixed by commit(s) | |
Attachments | |
Blocks | |
Blocked by | |
See also |
Sounds OK to me.
Looks like we should probably generalize some functionality in a few places - the current llvm::DwarfExpression::emitSignedConstant doesn't use any litN encodings, whereas emitConstu does use litN encodings when applicable. Both could be generalized/unified a bit, and have support for implicit_value added when it's out of range for the generic typed value, I think.