FreddyYe updated this revision to Diff 540951.
FreddyYe added a comment.
Remove #include
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155146/new/
https://reviews.llvm.org/D155146
Files:
clang/docs/ReleaseNotes.rst
clang/include/clang/Basic/B
RKSimon added inline comments.
Comment at: clang/lib/Headers/sha512intrin.h:21
+
+static __inline__ __m256i __DEFAULT_FN_ATTRS256
+_mm256_sha512msg1_epi64(__m256i __A, __m128i __B) {
doxygen descriptions?
Comment at: clang/test/CodeGen/X86/sha5
FreddyYe updated this revision to Diff 540909.
FreddyYe added a comment.
Remove `-check-prefix=CHECK`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155146/new/
https://reviews.llvm.org/D155146
Files:
clang/docs/ReleaseNotes.rst
clang/include/c
FreddyYe updated this revision to Diff 540893.
FreddyYe added a comment.
Added FIXME for schedule
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155146/new/
https://reviews.llvm.org/D155146
Files:
clang/docs/ReleaseNotes.rst
clang/include/clang
skan accepted this revision.
skan added a comment.
This revision is now accepted and ready to land.
LGTM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155146/new/
https://reviews.llvm.org/D155146
___
cfe
FreddyYe updated this revision to Diff 540885.
FreddyYe marked 15 inline comments as done.
FreddyYe added a comment.
Address comments.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155146/new/
https://reviews.llvm.org/D155146
Files:
clang/docs/R
pengfei added inline comments.
Comment at: llvm/lib/Target/X86/X86.td:243
+ "Support SHA512 instructions",
+ [FeatureAVX]>;
// Processor supports CET SHSTK - Control-Flow Enforcement Technology
---
craig.topper added inline comments.
Comment at: llvm/lib/Target/X86/X86.td:243
+ "Support SHA512 instructions",
+ [FeatureAVX]>;
// Processor supports CET SHSTK - Control-Flow Enforcement Technology
--
pengfei added inline comments.
Comment at: clang/lib/Headers/CMakeLists.txt:207
shaintrin.h
+ sha512intrin.h
smmintrin.h
alphabetical order
Comment at: llvm/include/llvm/IR/IntrinsicsX86.td:5112
+def int_x86_vsha512msg1 : ClangBuiltin<"_
FreddyYe created this revision.
Herald added subscribers: pengfei, hiraditya.
Herald added a project: All.
FreddyYe requested review of this revision.
Herald added projects: clang, LLVM.
Herald added subscribers: llvm-commits, cfe-commits.
For more details about this instruction, please refer to t
10 matches
Mail list logo