This revision was automatically updated to reflect the committed changes.
Closed by commit rGab69cd0779c5: [X86] Support intrinsic _mm_cldemote (authored
by skan).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75896/new/
https://reviews.llvm.org/D75
craig.topper accepted this revision.
craig.topper 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/D75896/new/
https://reviews.llvm.org/D75896
___
skan updated this revision to Diff 249548.
skan added a comment.
Fix typo
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75896/new/
https://reviews.llvm.org/D75896
Files:
clang/lib/Headers/cldemoteintrin.h
clang/test/CodeGen/cldemote.c
Index:
craig.topper added inline comments.
Comment at: clang/lib/Headers/cldemoteintrin.h:27
+///
+/// This intrinsic corresponds to the CLDRMOTE instruction.
static __inline__ void __DEFAULT_FN_ATTRS
CLDRMOTE->CLDEMOTE
Repository:
rG LLVM Github Monorepo
CHANGE
skan created this revision.
skan added reviewers: LuoYuanke, craig.topper, RKSimon, pengfei.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D75896
Files:
clang/lib/Headers/cldemoteintrin.h
clang/test/CodeG