1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00
llvm-mirror/test/Regression/CodeGen/Alpha
Andrew Lenharth b908893bab Legalize for CTLZ generates a ctpop, but this ctpop is not expanded.
This is bad.  It is generated if you are ctlz a type that is not
legal for the arch (aka ctlz of bytes on alpha legalize fine).

llvm-svn: 21867
2005-05-11 17:23:41 +00:00
..
bic.ll oops 2005-04-08 16:55:15 +00:00
bsr.ll regression case for faster call sequence 2005-04-13 16:16:01 +00:00
ctlz_e.ll Legalize for CTLZ generates a ctpop, but this ctpop is not expanded. 2005-05-11 17:23:41 +00:00
ctlz.ll comment fix 2005-05-04 15:56:34 +00:00
ctpop.ll comment fix 2005-05-04 15:56:34 +00:00
eqv.ll oops 2005-04-08 16:55:15 +00:00
neg1.ll added some tests to check stupid pattern matching mistakes 2005-04-08 16:46:44 +00:00
not.ll added some tests to check stupid pattern matching mistakes 2005-04-08 16:46:44 +00:00
ornot.ll oops 2005-04-08 16:55:15 +00:00
s4addl.ll added s4addl matching test 2005-04-13 04:41:06 +00:00
s4addq.ll match case change in codegen 2005-04-07 17:47:00 +00:00
zapnot2.ll added a random and mask test 2005-04-14 16:17:49 +00:00
zapnot.ll check that casts still use zap 2005-04-13 13:00:16 +00:00