-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
JIT/opt/ValueNumbering/ExposedLocalsNumbering/ExposedLocalsNumbering
failing in CI
#105187
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone
Comments
dotnet-issue-labeler
bot
added
the
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
label
Jul 20, 2024
dotnet-policy-service
bot
added
the
untriaged
New issue has not been triaged by the area owner
label
Jul 20, 2024
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
jakobbotsch
added
blocking-clean-ci-optional
Blocking optional rolling runs
blocking-clean-ci
Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms'
Known Build Error
Use this to report build issues in the .NET Helix tab
and removed
untriaged
New issue has not been triaged by the area owner
blocking-clean-ci-optional
Blocking optional rolling runs
labels
Jul 20, 2024
This is a real (silent bad codegen) bug. The problem is in importation, where we duplicate the index load ( impIntrinsic: Expanding Span<T>.get_Item, T=System.Int32, sizeof(T)=4
with ptr-to-span
[000007] ----------- * LCL_ADDR byref V00 arg0 [+0]
and index
[000008] ----------- * LCL_VAR int V02 loc1
[ 2] 21 (0x015) ldind.i4
[ 2] 22 (0x016) add
[ 1] 23 (0x017) stloc.0
STMT00003 ( 0x00C[E-] ... ??? )
[000023] DA-XGO----- * STORE_LCL_VAR int V01 loc0
[000022] ---XGO----- \--* ADD int
[000006] ----------- +--* LCL_VAR int V01 loc0
[000021] ---XGO----- \--* IND int
[000020] ---XGO----- \--* COMMA byref
[000013] ---XGO----- +--* BOUNDS_CHECK_Rng void
[000008] ----------- | +--* LCL_VAR int V02 loc1
[000012] n---G------ | \--* IND int
[000011] ----------- | \--* FIELD_ADDR byref System.Span`1[int]:_length
[000007] ----------- | \--* LCL_ADDR byref V00 arg0 [+0]
[000019] ----GO----- \--* ADD byref
[000018] n---G------ +--* IND byref
[000017] ----------- | \--* FIELD_ADDR byref System.Span`1[int]:_reference
[000010] ----------- | \--* LCL_ADDR byref V00 arg0 [+0]
[000016] ----------- \--* MUL long
[000014] ---------U- +--* CAST long <- uint
[000009] ----------- | \--* LCL_VAR int V02 loc1
[000015] ----------- \--* CNS_INT long 4 As a result, in codegen we end up with: IN000b: 000048 call [RyuJitReproduction.Program:CaptureIndex(ulong)]
IN000c: 00004E cmp dword ptr [V02 rbp-0x40], ebx
IN000d: 000051 jae G_M16903_IG10
IN000e: 000057 mov ecx, dword ptr [V02 rbp-0x40]
IN000f: 00005A mov ebx, dword ptr [rdi+4*rcx] |
SingleAccretion
removed
blocking-clean-ci
Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms'
Known Build Error
Use this to report build issues in the .NET Helix tab
labels
Jul 21, 2024
Failed in: runtime-coreclr pgostress 20240719.1 Failed tests:
Error message:
Stack trace:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Example pipeline run (gcstress): https://dev.azure.com/dnceng-public/public/_build/results?buildId=748823&view=results
Example console log (win-x86): https://helixre107v0xdcypoyl9e7f.blob.core.windows.net/dotnet-runtime-refs-heads-main-5975cd368e984ab58d/JIT.opt.0.1/1/console.c75e012d.log?helixlogtype=result
cc @EgorBo @SingleAccretion
Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=748928
Build error leg or test failing: JIT/opt/ValueNumbering/ExposedLocalsNumbering/ExposedLocalsNumbering.cmd
Pull request: #105185
Error Message
Fill the error message using step by step known issues guidance.
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=748823
Error message validated:
[Failed test.*ExposedLocalsNumbering
]Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 7/20/2024 7:12:53 PM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: