diff options
author | Konstantin Schwarz <konstantin.schwarz@hightec-rt.com> | 2020-05-15 10:13:53 +0200 |
---|---|---|
committer | Konstantin Schwarz <konstantin.schwarz@hightec-rt.com> | 2020-05-15 13:37:06 +0200 |
commit | 5425cdc3adf9998aeaf587d93417bd2f4f1373c9 (patch) | |
tree | d98d9075343d7cfdf6521c5a75bee3e4b2491e17 /clang/unittests/Format/FormatTestCSharp.cpp | |
parent | 1a3b801db5afe98718b31ba9a760e06557daccb1 (diff) | |
download | llvm-5425cdc3adf9998aeaf587d93417bd2f4f1373c9.zip llvm-5425cdc3adf9998aeaf587d93417bd2f4f1373c9.tar.gz llvm-5425cdc3adf9998aeaf587d93417bd2f4f1373c9.tar.bz2 |
[GlobalISel][InlineAsm] Add early return for memory inputs that need to be indirectified
Summary:
D78319 introduced basic support for inline asm input operands in GlobalISel.
However, that patch did not handle the case where a memory input operand still needs to
be indirectified. Later code asserts that the memory operand is already indirect.
This patch adds an early return false to trigger the SelectionDAG fallback for now.
Reviewers: arsenm, paquette
Reviewed By: arsenm
Subscribers: thakis, wdng, rovka, hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D79955
Diffstat (limited to 'clang/unittests/Format/FormatTestCSharp.cpp')
0 files changed, 0 insertions, 0 deletions