Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

JIT: Merge stores#92852

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
EgorBo merged 18 commits intodotnet:mainfromEgorBo:merge-stores
Oct 3, 2023
Merged
Changes from1 commit
Commits
Show all changes
18 commits
Select commitHold shift + click to select a range
50d2929
STOREIND Coalescing
EgorBoSep 30, 2023
eedb979
Remove short temporarily
EgorBoSep 30, 2023
bfe1765
Check that both indirs are unused
EgorBoSep 30, 2023
6f2838e
Enable short
EgorBoSep 30, 2023
532266b
Enable BYTE
EgorBoSep 30, 2023
033a168
Update lower.cpp
EgorBoOct 1, 2023
9b17c32
call multiple times
Oct 1, 2023
48a8f85
Clean up, disable for some platforms due to unaligned reads
EgorBoOct 1, 2023
ed568a6
Clean up
EgorBoOct 1, 2023
4fbbeef
Clean up
EgorBoOct 1, 2023
c50200b
Simplify
EgorBoOct 1, 2023
b9c3f6c
Apply suggestions from code review
EgorBoOct 2, 2023
7975250
Merge branch 'main' of github.com:dotnet/runtime into merge-stores
EgorBoOct 2, 2023
3cc4585
Address feedback
EgorBoOct 2, 2023
f0dd22a
Address feedback
EgorBoOct 2, 2023
5c954fa
Clean up
EgorBoOct 2, 2023
62f9bed
Address feedback
EgorBoOct 2, 2023
b2e4b1a
Update src/coreclr/jit/lower.cpp
EgorBoOct 3, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Enable short
  • Loading branch information
@EgorBo
EgorBo committedSep 30, 2023
commit6f2838e1c3b4c2ae5486644bf00ab9d9d8db9ab2
8 changes: 4 additions & 4 deletionssrc/coreclr/jit/lower.cpp
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -8035,10 +8035,10 @@ void Lowering::LowerCoalescingWithPreviousInd(GenTreeStoreInd* ind)
var_types newType;
switch (oldType)
{
// case TYP_SHORT:
// case TYP_USHORT:
// newType = TYP_INT;
// break;
case TYP_SHORT:
case TYP_USHORT:
newType = TYP_INT;
break;

#ifdef TARGET_64BIT
case TYP_INT:
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp