linjamaki added a comment.
Thanks for the help!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112404/new/
https://reviews.llvm.org/D112404
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://
This revision was automatically updated to reflect the committed changes.
Closed by commit rG49682f14bf3f: [SPIR-V] Add translator tool (authored by
linjamaki, committed by bader).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112404/new/
https://re
linjamaki added a comment.
Hi @Anastasia and @bader,
This patch should be ready to land, I think. Could you please push it to the
LLVM for us? Thanks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112404/new/
https://reviews.llvm.org/D112404
___
linjamaki updated this revision to Diff 387499.
linjamaki marked an inline comment as done.
linjamaki added a comment.
Rebase.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112404/new/
https://reviews.llvm.org/D112404
Files:
clang/lib/Driver/CMa
linjamaki marked an inline comment as done.
linjamaki added a comment.
Thanks for the review.
Comment at: clang/lib/Driver/ToolChains/SPIRV.cpp:18
+
+void SPIRV::constructTranslateCommand(Compilation &C, const Tool &T,
+ const JobAction &JA,
linjamaki updated this revision to Diff 383001.
linjamaki added a comment.
Rename SPIRV::Translator's tool names as suggested by bader.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112404/new/
https://reviews.llvm.org/D112404
Files:
clang/lib/D
bader accepted this revision.
bader added a comment.
This revision is now accepted and ready to land.
This part looks good to me. Just a couple of minor style comments.
Comment at: clang/lib/Driver/ToolChains/SPIRV.cpp:18
+
+void SPIRV::constructTranslateCommand(Compilation &C,
linjamaki updated this revision to Diff 382931.
linjamaki marked an inline comment as done.
linjamaki added a comment.
Remove `--spirv-ext` and `--spirv-max-version`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112404/new/
https://reviews.llvm.or
linjamaki marked an inline comment as done.
linjamaki added inline comments.
Comment at: clang/include/clang/Driver/Options.td:1534
+HelpText<"Specify maximum SPIR-V version which can be emitted">;
+def spirv_ext_EQ : CommaJoined<["--"], "spirv-ext">,
+HelpText<"Specify c
Anastasia added a comment.
This direction of creating a common translator tool makes sense to me! Thanks!
Comment at: clang/include/clang/Driver/Options.td:1534
+HelpText<"Specify maximum SPIR-V version which can be emitted">;
+def spirv_ext_EQ : CommaJoined<["--"], "spirv-
linjamaki created this revision.
Herald added subscribers: ThomasRaoux, dang, mgorny.
linjamaki requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Add a tool for constructing commands for translating LLVM IR to
SPIR-V.
Used by HIPSPV tool cha
11 matches
Mail list logo