diff options
author | Bill Wendling <isanbard@gmail.com> | 2020-08-19 19:51:20 -0700 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2020-09-24 14:34:28 -0700 |
commit | 7f4c940bd0b526f25e11c51bb4d58a85024330ae (patch) | |
tree | 7ee34236b6fa73d22061fc910bcac9ef06ea08ac /llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp | |
parent | 30514f0afa3ee1e6da6bf9c41e83c28e884f0740 (diff) | |
download | llvm-7f4c940bd0b526f25e11c51bb4d58a85024330ae.zip llvm-7f4c940bd0b526f25e11c51bb4d58a85024330ae.tar.gz llvm-7f4c940bd0b526f25e11c51bb4d58a85024330ae.tar.bz2 |
[CodeGen] Postprocess PHI nodes for callbr
When processing PHI nodes after a callbr, we need to make sure that the
PHI nodes on the default branch are resolved after the callbr
(inserted after INLINEASM_BR). The PHI node values on the indirect
branches are processed before the INLINEASM_BR.
Differential Revision: https://reviews.llvm.org/D86260
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp')
0 files changed, 0 insertions, 0 deletions