diff options
author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2018-03-28 19:38:29 +0000 |
---|---|---|
committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2018-03-28 19:38:29 +0000 |
commit | 440ba3ae5cbdefea5f4a03c39f149b9db96ccd55 (patch) | |
tree | 2aca1ce5c6dfaae1b9722666ea0b0393f0d4b61e /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | eed882022f6e997942d3e4f0bc07d4dadc3cbd57 (diff) | |
download | bcm5719-llvm-440ba3ae5cbdefea5f4a03c39f149b9db96ccd55.tar.gz bcm5719-llvm-440ba3ae5cbdefea5f4a03c39f149b9db96ccd55.zip |
[Hexagon] Add support for "new" circular buffer intrinsics
These instructions have been around for a long time, but we
haven't supported intrinsics for them. The "new" versions use
the CSx register for the start of the buffer instead of the K
field in the Mx register.
We need to use pseudo instructions for these instructions until
after register allocation. The problem is that these instructions
allocate a M0/CS0 or M1/CS1 pair. But, we can't generate code for
the CSx set-up until after register allocation when the Mx
register has been fixed for the instruction.
There is a related clang patch.
Patch by Brendon Cahoon.
llvm-svn: 328724
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions