To make legalization easier, the operands and outputs have the same size for
these ISD Nodes. When legalizing the results in PromoteIntegerResult the operands
are legalized to the same size as the outputs.
The ISD Node has two output/results, therefore the legalizing functions update
both results/outputs.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Hi, this change caused some failures on AIX. Could you take a look please?
https://lab.llvm.org/buildbot/#/builders/214/builds/6161/steps/6/logs/FAIL__Clang__get-cursor_m
https://lab.llvm.org/buildbot/#/builders/214/builds/6161/steps/6/logs/stdio
Comment Actions
I reproduced it locally, although I will double-check
EDIT: The bot is passing now on a clean build - please disregard my above comments.
Can this be simplified to: