llvm-mirror/test
Craig Topper 5cd891dbc3 [X86] Remove IntrArgMemOnly from target specific gather/scatter intrinsics
IntrArgMemOnly implies that only memory pointed to by pointer typed arguments will be accessed. But these intrinsics allow you to pass null to the pointer argument and put the full address into the index argument. Other passes won't be able to understand this.

A colleague found that ISPC was creating gathers like this and then dead store elimination removed some stores because it didn't understand what the gather was doing since the pointer argument was null.

Differential Revision: https://reviews.llvm.org/D58805

llvm-svn: 355228
2019-03-01 21:02:40 +00:00
..
Analysis [MemorySSA] Make insertDef insert corresponding phi nodes. 2019-02-27 22:20:22 +00:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen Revert "[MIPS GlobalISel] Fix mul operands" 2019-03-01 18:58:22 +00:00
DebugInfo Update testcase since llvm-dwarfdump got more accurate in r355148. 2019-02-28 22:26:00 +00:00
Demangle
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation [sancov] Instrument reachable blocks that end in unreachable 2019-02-28 22:54:30 +00:00
Integer
JitListener
Linker
LTO
MachineVerifier
MC [DWARF] Make -g with empty assembler source work better. 2019-03-01 20:58:04 +00:00
Object [llvm-readobj] Display section names for STT_SECTION symbols. 2019-03-01 17:31:32 +00:00
ObjectYAML
Other
SafepointIRVerifier
SymbolRewriter
TableGen [Tablegen] Add support for the !mul operator. 2019-03-01 09:46:29 +00:00
ThinLTO/X86
tools [llvm-readobj] Display section names for STT_SECTION symbols. 2019-03-01 17:31:32 +00:00
Transforms [X86] Remove IntrArgMemOnly from target specific gather/scatter intrinsics 2019-03-01 21:02:40 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh