aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorAndrew Litteken <andrew.litteken@gmail.com>2022-04-16 16:11:39 -0500
committerAndrew Litteken <andrew.litteken@gmail.com>2022-04-19 13:18:28 -0500
commit3de29ad20955eb8ed68e831795bf55bfe9fbe58b (patch)
tree0c50e6ff88d9a12c77edc25a86eff2f264187ca0 /clang/lib/Frontend/CompilerInvocation.cpp
parent06cafd045e7e3730c50edf60eb9a15c3cf700926 (diff)
downloadllvm-3de29ad20955eb8ed68e831795bf55bfe9fbe58b.zip
llvm-3de29ad20955eb8ed68e831795bf55bfe9fbe58b.tar.gz
llvm-3de29ad20955eb8ed68e831795bf55bfe9fbe58b.tar.bz2
[IRSim] Ignore debug instructions when creating canonical numbering
When constructing canonical relationships between two regions, the first instruction of a basic block from the first region is used to find the corresponding basic block from the second region. However, debug instructions are not included in similarity matching, and therefore do not have a canonical numbering. This patch makes sure to ignore the debug instructions when finding the first instruction in a basic block. Reviewer: paquette Differential Revision: https://reviews.llvm.org/D123903
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions