This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG43baa5986c20: Pre-commit test for D151696. (authored by
FreddyYe).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://review
skan accepted this revision.
skan added a comment.
LGTM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152989/new/
https://reviews.llvm.org/D152989
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
FreddyYe updated this revision to Diff 535223.
FreddyYe added a comment.
Seperate ALIAS CPUs.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152989/new/
https://reviews.llvm.org/D152989
Files:
clang/test/CodeGen/attr-cpuspecific-cpus.c
clang/te
skan added inline comments.
Comment at: clang/test/CodeGen/attr-cpuspecific-cpus.c:12
+
+ATTR(cpu_specific(generic)) void CPU0(void){}
+ATTR(cpu_specific(pentium)) void CPU1(void){}
FreddyYe wrote:
> skan wrote:
> > Shouldn't we use the same function name?
> Emmm
FreddyYe added inline comments.
Comment at: clang/test/CodeGen/attr-cpuspecific-cpus.c:12
+
+ATTR(cpu_specific(generic)) void CPU0(void){}
+ATTR(cpu_specific(pentium)) void CPU1(void){}
skan wrote:
> Shouldn't we use the same function name?
Emmm... it would invo
skan added inline comments.
Comment at: clang/test/CodeGen/attr-cpuspecific-cpus.c:12
+
+ATTR(cpu_specific(generic)) void CPU0(void){}
+ATTR(cpu_specific(pentium)) void CPU1(void){}
Shouldn't we use the same function name?
Repository:
rG LLVM Github Monorepo
pengfei accepted this revision.
pengfei 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/D152989/new/
https://reviews.llvm.org/D152989
FreddyYe updated this revision to Diff 535215.
FreddyYe added a comment.
Change into a more simplified style.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152989/new/
https://reviews.llvm.org/D152989
Files:
clang/test/CodeGen/attr-cpuspecific-c
FreddyYe added a comment.
It came to me a better style:
ATTR(cpu_specific(generic)) void CPU1(void){}
ATTR(cpu_specific(pentium_pro)) void CPU2(void){}
ATTR(cpu_specific(pentium_mmx)) void CPU3(void){}
ATTR(cpu_specific(pentium_ii)) void CPU4(void){}
ATTR(cpu_specific(pentium_iii)) void
FreddyYe updated this revision to Diff 535213.
FreddyYe marked an inline comment as done.
FreddyYe added a comment.
address comments.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152989/new/
https://reviews.llvm.org/D152989
Files:
clang/test/Co
pengfei added inline comments.
Comment at: clang/test/CodeGen/attr-cpuspecific-cpus.c:1-2
+// RUN: %clang_cc1 -triple x86_64-linux-gnu -emit-llvm -o - %s
+// RUN: %clang_cc1 -triple x86_64-windows-pc -fms-compatibility -emit-llvm -o
- %s
+
Is it only to check no
FreddyYe added a comment.
ping for review.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152989/new/
https://reviews.llvm.org/D152989
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists
FreddyYe updated this revision to Diff 534861.
FreddyYe added a comment.
Added more checks for resolver function.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152989/new/
https://reviews.llvm.org/D152989
Files:
clang/test/CodeGen/attr-cpuspecif
FreddyYe added a comment.
As mentioned in https://reviews.llvm.org/D151696, ping here, too. I want to
land this patch first so that I could add some new Intel CPUs in this test
supported in https://reviews.llvm.org/D151696
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
http
FreddyYe created this revision.
Herald added a project: All.
FreddyYe requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Meanwhile this patch added missing tests for supported CPU names
of cpu_dispatch/specific attribute.
Repository:
rG LL
15 matches
Mail list logo