-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IR] Fix continue statement in struct for and add a related test (#3282)
* fix continue in struct for and add a test * Auto Format * specify changes only for llvm backend * Auto Format * remove as_return in statements * Auto Format * Update taichi/backends/vulkan/codegen_vulkan.cpp Co-authored-by: Ye Kuang <[email protected]> * Update taichi/backends/metal/codegen_metal.cpp Co-authored-by: Ye Kuang <[email protected]> * Update taichi/codegen/codegen_llvm.cpp Co-authored-by: Ye Kuang <[email protected]> * Update codegen_metal.cpp * Update codegen_vulkan.cpp * Update codegen_llvm.cpp Co-authored-by: Taichi Gardener <[email protected]> Co-authored-by: Chang Yu <[email protected]> Co-authored-by: Ye Kuang <[email protected]>
- Loading branch information
1 parent
445539e
commit d4af2f8
Showing
6 changed files
with
66 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters