-
Notifications
You must be signed in to change notification settings - Fork 15.4k
[SVE ACLE] Remove explicit sve2 requirement from crypto and b16b16 builtins. #156456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SVE ACLE] Remove explicit sve2 requirement from crypto and b16b16 builtins. #156456
Conversation
…iltins. The instructions have no direct dependency on SVE2, nor does the code generator require it.
| @@ -1,5 +1,4 @@ | |||
| ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py | |||
| ; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sve2-sm4 < %s | FileCheck %s | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've removed this RUN line because from a code generation point of view there is nothing new being tested. We already have clang tests to verify the sve2-sm4 alias is correctly expanded.
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/190/builds/26709 Here is the relevant piece of the build log for the reference |
The instructions have no direct dependency on SVE2, nor does the code generator require it.