Add Conditional nodes and Arm64 code generation#71616
Add Conditional nodes and Arm64 code generation#71616kunalspathak merged 1 commit intodotnet:mainfrom
Conversation
|
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue Detailsnull
|
|
This patch is a subset of #67894 with this patch nothing uses the conditional nodes, so the impact on code gen should be zero. |
|
For completion, this should also include changes to LSRA, right? |
Yes, it probably should. I'll add it in. For reference, these are the files I've got in the next patch after this: |
kunalspathak
left a comment
There was a problem hiding this comment.
A question, but overall LGTM.
| emitDispImm(cfi.imm5, true); | ||
| emitDispFlags(cfi.flags); | ||
| printf(","); | ||
| printf(", "); |
There was a problem hiding this comment.
It gives us: ccmp w1, #10, z, lt
instead of ccmp w1, #10, z,lt
Thanks, that should be fine then. I will just rerun the failing job before merging. |
|
Next part is here: #71705 |
No description provided.