diff options
author | Han-Kuan Chen <hankuan.chen@sifive.com> | 2024-11-23 01:20:57 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-23 01:20:57 +0800 |
commit | 39913ae095dc9fd25465e70297ce900c300c80a5 (patch) | |
tree | b1363559ec6cac14ae24393e03d704055f1c7343 /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 4cc278587f3f44df08c6bebc0b4887f8522143f1 (diff) | |
download | llvm-39913ae095dc9fd25465e70297ce900c300c80a5.zip llvm-39913ae095dc9fd25465e70297ce900c300c80a5.tar.gz llvm-39913ae095dc9fd25465e70297ce900c300c80a5.tar.bz2 |
[SLP][REVEC] Make reorderTopToBottom support ShuffleVectorInst. (#117310)
We don't want reorderTopToBottom to reorder ShuffleVectorInst (because
ShuffleVectorInst currently supports only a limited set of patterns).
Either we make ShuffleVectorInst support more patterns, or we let
ReorderIndices reorder the result of the vectorization of
ShuffleVectorInst. We choose the latter solution.
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions