diff options
author | tcwzxx <tcwzxx@gmail.com> | 2024-08-19 20:16:51 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-19 20:16:51 +0800 |
commit | 816068e462888f31f4bcf71f2f728eb77ff2ea15 (patch) | |
tree | 729198e8e098e24f913caad1d0b01ed196a8bb8b /llvm/unittests/Support/MathExtrasTest.cpp | |
parent | f2fcd9cb97f76f34196233fc5c9170fb0905d844 (diff) | |
download | llvm-816068e462888f31f4bcf71f2f728eb77ff2ea15.zip llvm-816068e462888f31f4bcf71f2f728eb77ff2ea15.tar.gz llvm-816068e462888f31f4bcf71f2f728eb77ff2ea15.tar.bz2 |
[NFC][SLP] Remove useless code of the schedule (#104697)
Currently, the SLP schedule has two containers of `ScheduleData`:
`ExtraScheduleDataMap` and `ScheduleDataMap`. However, the
`ScheduleData` in `ExtraScheduleDataMap` is only used to indicate
whether the instruction is processed or not and does not participate in
the schedule, which is useless. `ScheduleDataMap` is sufficient for this
purpose. The `OpValue` member is used only in `ExtraScheduleDataMap`,
which is also useless.
Diffstat (limited to 'llvm/unittests/Support/MathExtrasTest.cpp')
0 files changed, 0 insertions, 0 deletions