about summary refs log tree commit diff
path: root/tests/mir-opt/enum_opt.cand.EnumSizeOpt.64bit.diff
AgeCommit message (Collapse)AuthorLines
2023-10-16Normalize alloc-id in tests.Camille GILLOT-1/+1
2023-09-14bless allRalf Jung-0/+4
2023-06-15Remove comments from mir-opt MIR dumpsBen Kimock-57/+57
2023-02-08Add de-init to destination placekadmin-14/+31
2023-02-07Leave FIXME for wasm layout difference.kadmin-44/+40
There is a distinction between running this on wasm and i686, even though they should be identical. This technically is not _incorrect_, it's just an unexpected difference, which is worth investigating, but not for correctness.
2023-02-07Add tag for ignoring wasmkadmin-41/+41
2023-02-07Rm allocation in candidatekadmin-0/+55
Instead of storing an extra array for discriminant values, create an allocation there and store those in an allocation immediately.