llvm-project/llvm/test
Konstantin Schwarz 887dfeec53 [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: wdng, rovka, hiraditya, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D79955
2020-05-14 23:42:31 +02:00
..
Analysis Add v16f64 value type 2020-05-14 14:28:00 -07:00
Assembler [FileCheck] Support comment directives 2020-05-13 11:29:48 -04:00
Bindings Make IRBuilder automatically set alignment on load/store/alloca. 2020-04-13 13:43:14 -07:00
Bitcode Infer alignment of unmarked loads in IR/bitcode parsing. 2020-05-14 13:03:50 -07:00
BugPoint
CodeGen [GlobalISel][InlineAsm] Add early return for memory inputs that need to be indirectified 2020-05-14 23:42:31 +02:00
DebugInfo [DebugInfo] Fix test Fortran-DIModule.ll after 678bd84c4 2020-05-13 15:27:44 +01:00
Demangle
Examples
ExecutionEngine
Feature Infer alignment of unmarked loads in IR/bitcode parsing. 2020-05-14 13:03:50 -07:00
FileCheck [FileCheck] Support comment directives 2020-05-13 11:29:48 -04:00
Instrumentation [local-bounds] Ignore volatile operations 2020-05-05 23:08:08 -07:00
Integer
JitListener
LTO Infer alignment of unmarked loads in IR/bitcode parsing. 2020-05-14 13:03:50 -07:00
Linker
MC Clang crash targeting ARM or Thumb when assembling a prel31 relocation variant 2020-05-13 13:52:30 +01:00
MachineVerifier
Object [yaml2obj] - Program headers: add an additional check for `Offset` 2020-04-22 12:49:05 +03:00
ObjectYAML [ObjectYAML][MachO] Add support for relocations 2020-04-22 11:50:55 -07:00
Other [llvm] Add interface to drive inlining decision using ML model 2020-05-13 13:27:29 -07:00
Reduce
SafepointIRVerifier
Support
SymbolRewriter
TableGen [TableGen] Fix register class handling in TableGen's DAG ISel Matcher Generator 2020-05-13 10:17:03 +01:00
ThinLTO/X86 [LTO] Suppress emission of empty combined module by default 2020-05-04 18:31:09 -07:00
Transforms Infer alignment of unmarked loads in IR/bitcode parsing. 2020-05-14 13:03:50 -07:00
Unit Revert a few unsuccessful attempts at fixing bots. 2020-04-13 17:09:21 -04:00
Verifier Infer alignment of unmarked loads in IR/bitcode parsing. 2020-05-14 13:03:50 -07:00
YAMLParser
tools [llvm-dwarfdump] Make commandline arguments consistent. 2020-05-14 17:34:50 +08:00
.clang-format
CMakeLists.txt [examples] Skip building the Bye pass plugin on windows 2020-05-13 13:40:56 +03:00
TestRunner.sh
lit.cfg.py llvm-addr2line: assume addresses on the command line are hexadecimal rather than attempting to guess the base based on the form of the number. 2020-04-16 16:16:21 -07:00
lit.site.cfg.py.in Revert "Temporarily revert "build: use `find_package(Python3)` if available"" 2020-04-29 01:38:08 +00:00