Skip to content

Conversation

@TIHan
Copy link
Contributor

@TIHan TIHan commented Feb 10, 2023

Fixes #81963
This fixes the assertion that was occurring in the emitter recently.
Thanks to @tannergooding for his help on this.

@ghost ghost added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Feb 10, 2023
@ghost ghost assigned TIHan Feb 10, 2023
@ghost
Copy link

ghost commented Feb 10, 2023

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch, @kunalspathak
See info in area-owners.md if you want to be subscribed.

Issue Details

null

Author: TIHan
Assignees: TIHan
Labels:

area-CodeGen-coreclr

Milestone: -

@azure-pipelines
Copy link

Command 'runtime-coreclr' is not supported by Azure Pipelines.

Supported commands
  • help:
    • Get descriptions, examples and documentation about supported commands
    • Example: help "command_name"
  • list:
    • List all pipelines for this repository using a comment.
    • Example: "list"
  • run:
    • Run all pipelines or specific pipelines for this repository using a comment. Use this command by itself to trigger all related pipelines, or specify specific pipelines to run.
    • Example: "run" or "run pipeline_name, pipeline_name, pipeline_name"
  • where:
    • Report back the Azure DevOps orgs that are related to this repository and org
    • Example: "where"

See additional documentation.

@TIHan
Copy link
Contributor Author

TIHan commented Feb 10, 2023

/azp run runtime-coreclr outerloop

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@TIHan
Copy link
Contributor Author

TIHan commented Feb 10, 2023

/azp run runtime-coreclr outerloop

@TIHan TIHan requested a review from tannergooding February 10, 2023 22:35
@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).


// If we are not doing struct promotion and we have zero-initialization,
// then we need to produce a VecCon(0).
if (elementNode->IsIntegralConst(0))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just wanted to note that we looked at fixing CEE_INITOBJ to do have TYP_SIMD be an ASG of ZeroConNode like it is for primitives

But, it still asserted so there are likely other places also introducing the ASG = 0 that would also need to be fixed first.

@TIHan
Copy link
Contributor Author

TIHan commented Feb 11, 2023

@dotnet/jit-contrib this is ready and appears to fix the assertion based on the outerloop run.

@TIHan TIHan merged commit 38e660d into dotnet:main Feb 11, 2023
@TIHan TIHan deleted the hw-vec-con-zero-fix branch February 11, 2023 04:30
@ghost ghost locked as resolved and limited conversation to collaborators Mar 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Crossgen2 asserts in JIT when compiling The JIT\Regression\JitBlue\Runtime_81739

3 participants