diff options
author | Han-Kuan Chen <hankuan.chen@sifive.com> | 2024-12-11 10:09:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-11 10:09:23 +0800 |
commit | 51a0c1bf257697fc0b9676e121a73387a40ca6b7 (patch) | |
tree | aecc94246f65d1f0087305b93ff02c75de802687 /llvm/lib/CodeGen/MachineBasicBlock.cpp | |
parent | b759020cc85d023583c948aa93905e38897b2c0a (diff) | |
download | llvm-51a0c1bf257697fc0b9676e121a73387a40ca6b7.zip llvm-51a0c1bf257697fc0b9676e121a73387a40ca6b7.tar.gz llvm-51a0c1bf257697fc0b9676e121a73387a40ca6b7.tar.bz2 |
[SLP] NFC. Replace TreeEntry::setOperandsInOrder with VLOperands. (#118949)
To reduce repeated code, TreeEntry::setOperandsInOrder will be replaced
by VLOperands.
Arg_size will be provided to make sure other operands will not be
reorderd when VL[0] is IntrinsicInst (because APO is a boolean value).
In addition, BoUpSLP::reorderInputsAccordingToOpcode will also be
removed since it is simple.
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions