-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] [Compiler-V2] += and the like #14583
Merged
+3,380
−58
Merged
Changes from 1 commit
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
a72ea5e
impl += for *(lhs()) += rhs()
95065d2
impl += for other cases
9a34d50
refactor
e3a6025
format
43c48b5
refactor
5871826
optimize
74a0d26
add tests
d73c78e
update tests
cd35b48
rename tmp
3ecf1c8
add tests
fdaafba
add todo
61e8eb6
change loc
7d2634f
remove unused var
2cd83e0
update test
37bb3dc
gate feature
c55a859
update tests
058ba91
add transactional tests
7506cea
format
a8af4f8
add tests
27a241d
add tests
7a304c0
move the transformation to expansion phase
26e968a
refactor
53db6fb
support more ops
fdd59c1
format
851c5b0
add test
1abb954
update tests
456ae7f
remove test dir
71c2b76
rename testdir
ec0a170
update tests
2b18d99
add tests
cc937be
remove commented function
ebda849
remove comments
5b43ad0
update tests
96b070e
update tests
6ad78f0
update tests
bd630d9
typo
50bc663
refactor
74d9fcd
add tests
17e2b59
bug fix: eval order of op =
aa0ba02
bug fix cont: eval order op =
2acb1f1
comment
4175c65
refactor
06f2f8d
update tests
d8f09ed
update test
76bb472
update tests
d646650
update tests
8fed2c2
remove comment
7229ba2
update comments
4d1ee61
comment
b7b7899
comment
2804253
refactor
0134630
refactor
e8ea100
refactor
f06491a
comment
4640d14
refactor
4379af0
add tests
44175bf
add tests
5f398a4
lint
44f851c
lint
2cebd2a
bug fix
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
bug fix cont: eval order op =
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We may want another variant of
LValue
for vector indexing.aptos-core/third_party/move/move-compiler/src/expansion/translate.rs
Line 3108 in 5bb6c3b