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
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
test
/
Transforms
/
ConstProp
History
Nick Lewycky
a21d3daadc
Remove the vicmp and vfcmp instructions. Because we never had a release with
...
these instructions, no autoupgrade or backwards compatibility support is provided. llvm-svn: 74991
2009-07-08 03:04:38 +00:00
..
2002-05-03-DivideByZeroException.ll
…
2002-05-03-NotOperator.ll
…
2002-09-03-SetCC-Bools.ll
…
2003-05-12-DivideError.ll
…
2005-01-28-SetCCGEP.ll
…
2006-11-30-vector-cast.ll
…
2006-12-01-bool-casts.ll
…
2006-12-01-TruncBoolBug.ll
…
2007-02-05-BitCast.ll
…
2007-02-23-sdiv.ll
…
2007-11-23-cttz.ll
…
2008-07-07-VectorCompare.ll
Remove the vicmp and vfcmp instructions. Because we never had a release with
2009-07-08 03:04:38 +00:00
2009-06-20-constexpr-zero-lhs.ll
Expand this test to handle more cases (remainder and shifts) of zero.
2009-06-21 01:56:41 +00:00
basictest.ll
…
bitcast2.ll
apply Eli's patch for PR2165 and provide a testcase.
2008-10-16 05:26:51 +00:00
bitcast.ll
…
bswap.ll
…
calls.ll
Split the Add, Sub, and Mul instruction opcodes into separate
2009-06-04 22:49:04 +00:00
dg.exp
sabre brings to my attention that the 'tr' suffix is also obsolete
2008-05-20 21:00:03 +00:00
div-zero.ll
implement PR4424: 0/x is always 0 for integer division.
2009-06-21 01:15:55 +00:00
float-to-ptr-cast.ll
…
logicaltest.ll
…
nottest.ll
…
phi.ll
…
remtest.ll
…