aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Frontend/CompilerInvocationTest.cpp
diff options
context:
space:
mode:
authorSander de Smalen <sander.desmalen@arm.com>2022-10-14 08:51:13 +0000
committerSander de Smalen <sander.desmalen@arm.com>2022-10-14 13:47:53 +0000
commit02df03c5b7ae9fa2e8b55369dd5ebd3871a60017 (patch)
tree64ac731401a02450cd5c8e81f3f15939882a8011 /clang/unittests/Frontend/CompilerInvocationTest.cpp
parentb3f1d58a131eb546aaf1ac165c77ccb89c40d758 (diff)
downloadllvm-02df03c5b7ae9fa2e8b55369dd5ebd3871a60017.zip
llvm-02df03c5b7ae9fa2e8b55369dd5ebd3871a60017.tar.gz
llvm-02df03c5b7ae9fa2e8b55369dd5ebd3871a60017.tar.bz2
[AArch64][SME] Add support for arm_locally_streaming functions.
Functions with `aarch64_sme_pstatesm_body` will emit a SMSTART at the start of the function, and a SMSTOP at the end of the function, such that all operations use the right value for vscale. Because the placement of these nodes is critically important (i.e. no vscale-dependent operations should be done before SMSTART has been issued), we require glueing the CopyFromReg to the Entry node such that we can insert the SMSTART as part of that glued chain. More details about the SME attributes and design can be found in D131562. Reviewed By: aemerson Differential Revision: https://reviews.llvm.org/D131582
Diffstat (limited to 'clang/unittests/Frontend/CompilerInvocationTest.cpp')
0 files changed, 0 insertions, 0 deletions