This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
test
/
Transforms
/
InstSimplify
History
Sanjay Patel
81ed3499cd
[Constants] don't die processing non-ConstantInt GEP indices in isGEPWithNoNotionalOverIndexing() (PR31262)
...
This should fix:
https://llvm.org/bugs/show_bug.cgi?id=31262
llvm-svn: 289401
2016-12-11 20:07:02 +00:00
..
2010-12-20-Boolean.ll
…
2011-01-14-Thread.ll
…
2011-02-01-Vector.ll
…
2011-09-05-InsertExtractValue.ll
…
2011-10-27-BinOpCrash.ll
…
2011-11-23-MaskedBitsCrash.ll
…
2013-04-19-ConstantFoldingCrash.ll
…
add-mask.ll
…
and-icmps-same-ops.ll
[InstSimplify] fixed (?) to not mutate icmps
2016-12-06 22:09:52 +00:00
AndOrXor.ll
[InstSimplify] move one and add more tests for potential negation folds
2016-10-19 18:42:12 +00:00
apint-or.ll
…
assume.ll
…
bitcast-vector-fold.ll
…
bswap.ll
…
call-callconv.ll
…
call.ll
…
cast.ll
…
compare.ll
[Constants] don't die processing non-ConstantInt GEP indices in isGEPWithNoNotionalOverIndexing() (PR31262)
2016-12-11 20:07:02 +00:00
dead-code-removal.ll
…
exact-nsw-nuw.ll
…
fast-math.ll
…
fdiv.ll
…
floating-point-arithmetic.ll
[InstSimplify] Add "X / 1.0" to SimplifyFDivInst.
2016-12-08 23:27:40 +00:00
floating-point-compare.ll
…
fold-builtin-fma.ll
…
gep.ll
…
icmp-constant.ll
…
implies.ll
…
load-relative-32.ll
…
load-relative.ll
…
load.ll
…
maxmin.ll
…
negate.ll
[InstSimplify] fold negation of sign-bit
2016-10-19 21:23:45 +00:00
noalias-ptr.ll
…
or-icmps-same-ops.ll
[InstSimplify] fixed (?) to not mutate icmps
2016-12-06 22:09:52 +00:00
past-the-end.ll
…
phi.ll
…
pr28725.ll
…
ptr_diff.ll
…
reassociate.ll
…
rem.ll
…
require-dominator.ll
…
returned.ll
…
select.ll
…
shift-128-kb.ll
…
shift-knownbits.ll
…
shr-nop.ll
…
undef.ll
…
vec-cmp.ll
…
vector_gep.ll
…
vector_ptr_bitcast.ll
…