1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/test/Transforms/FunctionAttrs
Peter Collingbourne a2d4395226 IR, X86: Understand !absolute_symbol metadata on global variables.
Summary:
Attaching !absolute_symbol to a global variable does two things:
1) Marks it as an absolute symbol reference.
2) Specifies the value range of that symbol's address.
Teach the X86 backend to allow absolute symbols to appear in place of
immediates by extending the relocImm and mov64imm32 matchers. Start using
relocImm in more places where it is legal.

As previously proposed on llvm-dev:
http://lists.llvm.org/pipermail/llvm-dev/2016-October/105800.html

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

llvm-svn: 289087
2016-12-08 19:01:00 +00:00
..
2008-09-03-Mutual.ll
2008-09-03-ReadNone.ll
2008-09-03-ReadOnly.ll
2008-09-13-VolatileRead.ll
2008-12-29-Constant.ll
2009-01-02-LocalStores.ll [FunctionAttrs] Correct the safety analysis for inference of 'returned' 2016-07-19 18:50:26 +00:00
2010-10-30-volatile.ll
assume.ll
atomic.ll
comdat-ipo.ll
convergent.ll
nocapture.ll [FunctionAttrs] Correct the safety analysis for inference of 'returned' 2016-07-19 18:50:26 +00:00
nonnull-global.ll IR, X86: Understand !absolute_symbol metadata on global variables. 2016-12-08 19:01:00 +00:00
nonnull.ll
norecurse.ll
operand-bundles-scc.ll
optnone-simple.ll
optnone.ll
out-of-bounds-iterator-bug.ll
readattrs.ll [FunctionAttrs] Correct the safety analysis for inference of 'returned' 2016-07-19 18:50:26 +00:00
readnone.ll
returned.ll [FunctionAttrs] Don't try to infer returned if it is already on an argument 2016-09-12 16:04:59 +00:00