Commit bb597e2
[JIT] [Issue: 61620] Optimizing ARM64 for *x = dblCns; (#61847)
* [Issue: 61620] Optimizing ARM64 for *x = 0;
* Update src/coreclr/jit/lower.cpp
Co-authored-by: SingleAccretion <[email protected]>
* Fixed bug with * x = dConst if dConst is not 0
* remove extra printf
* Replacing IsFPZero with IsCnsNonZeroFltOrDbl for STOREIND Minor edits with conditional compilation in lower.cpp
* fixed ARM codegen for STOREIND
* Update src/coreclr/jit/lower.cpp
Co-authored-by: SingleAccretion <[email protected]>
* Update src/coreclr/jit/lower.cpp
Co-authored-by: SingleAccretion <[email protected]>
* fix formatting
Co-authored-by: SingleAccretion <[email protected]>1 parent 5ff8070 commit bb597e2
2 files changed
+46
-31
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6783 | 6783 | | |
6784 | 6784 | | |
6785 | 6785 | | |
| 6786 | + | |
| 6787 | + | |
| 6788 | + | |
| 6789 | + | |
| 6790 | + | |
| 6791 | + | |
| 6792 | + | |
| 6793 | + | |
| 6794 | + | |
| 6795 | + | |
| 6796 | + | |
| 6797 | + | |
| 6798 | + | |
| 6799 | + | |
| 6800 | + | |
| 6801 | + | |
| 6802 | + | |
| 6803 | + | |
| 6804 | + | |
| 6805 | + | |
| 6806 | + | |
| 6807 | + | |
| 6808 | + | |
| 6809 | + | |
| 6810 | + | |
| 6811 | + | |
| 6812 | + | |
| 6813 | + | |
| 6814 | + | |
| 6815 | + | |
| 6816 | + | |
| 6817 | + | |
| 6818 | + | |
| 6819 | + | |
| 6820 | + | |
| 6821 | + | |
| 6822 | + | |
| 6823 | + | |
| 6824 | + | |
| 6825 | + | |
| 6826 | + | |
| 6827 | + | |
| 6828 | + | |
| 6829 | + | |
| 6830 | + | |
6786 | 6831 | | |
6787 | 6832 | | |
6788 | 6833 | | |
| |||
6852 | 6897 | | |
6853 | 6898 | | |
6854 | 6899 | | |
6855 | | - | |
| 6900 | + | |
6856 | 6901 | | |
6857 | 6902 | | |
6858 | 6903 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | 132 | | |
163 | 133 | | |
164 | 134 | | |
| |||
0 commit comments