]> granicus.if.org Git - clang/commit
[X86] Update test cases to make sure storeu builtins use the storeu instrinsics....
authorCraig Topper <craig.topper@gmail.com>
Wed, 25 May 2016 05:26:23 +0000 (05:26 +0000)
committerCraig Topper <craig.topper@gmail.com>
Wed, 25 May 2016 05:26:23 +0000 (05:26 +0000)
commitff8e258e28d0cbffe39fed0caa560f6e85293544
tree7f4aaaf11bb2c4840ba72c3564301b3205a5d748
parent79209fde1277a4469859ae82500f800a3ffcdba5
[X86] Update test cases to make sure storeu builtins use the storeu instrinsics. We were previously matching on other stores in the IR from this being an -O0 test.

We should probably look into making the storeu builtins just emit a normal store with an alignment of 1.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@270664 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/sse-builtins.c
test/CodeGen/sse2-builtins.c