diff options
author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2016-05-05 15:55:54 +0000 |
---|---|---|
committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2016-05-05 15:55:54 +0000 |
commit | 09ba254f108c15a04e4c1e79e62540786d404a10 (patch) | |
tree | 59883cf6ad44bc0a559d609e02ae491a11b328ae | |
parent | 25cfb7dbd640391f6f55dd6423aa82258209e45f (diff) | |
download | bcm5719-llvm-09ba254f108c15a04e4c1e79e62540786d404a10.tar.gz bcm5719-llvm-09ba254f108c15a04e4c1e79e62540786d404a10.zip |
[Hexagon] Add a testcase for __builtin_HEXAGON_A2_tfrpi
llvm-svn: 268637
-rw-r--r-- | clang/test/CodeGen/builtins-hexagon.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/CodeGen/builtins-hexagon.c b/clang/test/CodeGen/builtins-hexagon.c index b9119ff29ff..e2eda2afafd 100644 --- a/clang/test/CodeGen/builtins-hexagon.c +++ b/clang/test/CodeGen/builtins-hexagon.c @@ -226,6 +226,8 @@ void foo() { // CHECK: @llvm.hexagon.A2.tfril __builtin_HEXAGON_A2_tfrp(0); // CHECK: @llvm.hexagon.A2.tfrp + __builtin_HEXAGON_A2_tfrpi(0); + // CHECK: @llvm.hexagon.A2.tfrpi __builtin_HEXAGON_A2_tfrsi(0); // CHECK: @llvm.hexagon.A2.tfrsi __builtin_HEXAGON_A2_vabsh(0); |