Uh oh!
There was an error while loading. Please reload this page.
Add Conditional nodes and Arm64 code generation - #71616
Conversation
ghost
commented
Jul 4, 2022
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue Detailsnull
|
a74nh
commented
Jul 4, 2022
This patch is a subset of #67894 with this patch nothing uses the conditional nodes, so the impact on code gen should be zero. |
kunalspathak
commented
Jul 5, 2022
For completion, this should also include changes to LSRA, right? |
a74nh
commented
Jul 5, 2022
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
kunalspathak
commented
Jul 5, 2022
Thanks, that should be fine then. I will just rerun the failing job before merging. |
a74nh
commented
Jul 6, 2022
Next part is here: #71705 |
No description provided.