1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/test/CodeGen/WebAssembly
Dan Gohman d4dcb44551 [WebAssembly] Use the default alignment for SIMD types.
Previously WebAssembly's datalayout string had -v128:8:128. This had been an
attempt to declare a certain level of support for unaligned SIMD accesses.
However, clang makes its own determinations for SIMD alignment that are
independent of the datalayout string, so this wasn't actually meaningful.

llvm-svn: 245494
2015-08-19 20:30:20 +00:00
..
comparisons_f32.ll [WebAssembly] Use the default alignment for SIMD types. 2015-08-19 20:30:20 +00:00
comparisons_f64.ll [WebAssembly] Use the default alignment for SIMD types. 2015-08-19 20:30:20 +00:00
comparisons_i32.ll [WebAssembly] Use the default alignment for SIMD types. 2015-08-19 20:30:20 +00:00
comparisons_i64.ll [WebAssembly] Use the default alignment for SIMD types. 2015-08-19 20:30:20 +00:00
cpus.ll WebAssembly: print basic integer assembly. 2015-07-31 17:53:38 +00:00
fp32.ll [WebAssembly] Use the default alignment for SIMD types. 2015-08-19 20:30:20 +00:00
fp64.ll [WebAssembly] Use the default alignment for SIMD types. 2015-08-19 20:30:20 +00:00
immediates.ll [WebAssembly] Use the default alignment for SIMD types. 2015-08-19 20:30:20 +00:00
integer32.ll [WebAssembly] Use the default alignment for SIMD types. 2015-08-19 20:30:20 +00:00
integer64.ll [WebAssembly] Use the default alignment for SIMD types. 2015-08-19 20:30:20 +00:00
lit.local.cfg
return-void.ll [WebAssembly] Use the default alignment for SIMD types. 2015-08-19 20:30:20 +00:00
unused-argument.ll [WebAssembly] Use the default alignment for SIMD types. 2015-08-19 20:30:20 +00:00