summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/macosx/DBGSourcePathRemapping/TestDSYMSourcePathRemapping.py
diff options
context:
space:
mode:
authorThomas Raoux <thomasraoux@google.com>2019-11-11 11:25:19 -0800
committerThomas Raoux <thomasraoux@google.com>2019-11-11 12:09:27 -0800
commite0f1d9d8729df3463042c9fffb1b62e938d93f58 (patch)
treecbedecb9b9c19a989ce7df0daee553038b42ae42 /lldb/packages/Python/lldbsuite/test/macosx/DBGSourcePathRemapping/TestDSYMSourcePathRemapping.py
parentfde11e9f23a3bf6c78ec0bcfa92e9759ee8b5054 (diff)
downloadbcm5719-llvm-e0f1d9d8729df3463042c9fffb1b62e938d93f58.tar.gz
bcm5719-llvm-e0f1d9d8729df3463042c9fffb1b62e938d93f58.zip
[ModuloSchedule] Fix modulo expansion for data loop carried dependencies.
The new experimental expansion has a problem when a value has a data dependency with an instruction from a previous stage. This is due to the way we peel out the kernel. To fix that I'm changing the way we peel out the kernel. We now peel the kernel NumberStage - 1 times. The code would be correct at this point if we didn't have to handle cases where the loop iteration is smaller than the number of stages. To handle this case we move instructions between different epilogues based on their stage and remap the PHI instructions correctly. Differential Revision: https://reviews.llvm.org/D69538
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/macosx/DBGSourcePathRemapping/TestDSYMSourcePathRemapping.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud