Open Quuxplusone opened 3 years ago
Bugzilla Link | PR51780 |
Status | NEW |
Importance | P enhancement |
Reported by | Cristian Assaiante (cristianassaiante@outlook.com) |
Reported on | 2021-09-07 06:37:47 -0700 |
Last modified on | 2021-10-05 08:07:18 -0700 |
Version | trunk |
Hardware | PC Linux |
CC | ditaliano@apple.com, jdevlieghere@apple.com, jeremy.morse.llvm@gmail.com, keith.walker@arm.com, llvm-bugs@lists.llvm.org, orlando.hyams@sony.com, paul_robinson@playstation.sony.com |
Fixed by commit(s) | |
Attachments | |
Blocks | |
Blocked by | |
See also |
(Sifting through these tickets after a hiatus) -- my knee-jerk reaction here is that l_58 is going to decompose to a load-from-@a, that subsequently gets optimised out because nothing uses the value. I don't think we currently have a way to represent this in debug-info: we want to be able to refer to the value of @a when it was loaded at the start of the function, and that isn't affected by any subsequent stores to @a.