search for: 3877b2ef

Displaying 2 results from an estimated 2 matches for "3877b2ef".

2017 Dec 22
0
DBG_VALUE insertion for spills breaks bundles
...(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20171222/3877b2ef/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: dbg_value_fix.patch Type: application/octet-stream Size: 1066 bytes Desc: dbg_value_fix.patch URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20171222/3877b2ef/attachment.obj>
2017 Dec 19
3
DBG_VALUE insertion for spills breaks bundles
Hi, The insertion of DBG_VALUE instructions for spills does not seem to be handling insert locations inside bundles well. If the spill instruction is part of a bundle, the new DBG_VALUE is inserted after it, but does not have the bundling flags set. This essentially means that if we start with a set of bundled instructions: MI1 [BundledSucc=true, BundledPred=false] MI2 [BundledSucc=false,