aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorSimon Dardis <simon.dardis@imgtec.com>2017-09-28 15:24:07 +0000
committerSimon Dardis <simon.dardis@imgtec.com>2017-09-28 15:24:07 +0000
commitc8e33c5ca176e9f368a064c460fc5f910cde9477 (patch)
treebbf598fa0dede14f3217f35031fa6528849b15c2 /clang/lib/Frontend/CompilerInvocation.cpp
parent6519562bc62363ce590ca6985934f41bcddeb929 (diff)
downloadllvm-c8e33c5ca176e9f368a064c460fc5f910cde9477.zip
llvm-c8e33c5ca176e9f368a064c460fc5f910cde9477.tar.gz
llvm-c8e33c5ca176e9f368a064c460fc5f910cde9477.tar.bz2
[mips] Remove codegen support for branch likely instructions.
This patch disables codegen support for branch likely instructions to address a potential bug. These branches were unselectable as they had the same patterns as the normal branches but came after them when ISel was concerned. The branch likely instructions were marked as having no delay slots when they have annulling delay slots. The delay slot filler does not currently handle annulling delay slot branches, so this would lead to wrong codegen if these branches were generated. Reviewers: atanasyan, nitesh.jain Differential Revision: https://reviews.llvm.org/D38169 llvm-svn: 314421
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions