Message ID | C5F25E4F91A98638+202408071815423489841@rivai.ai |
---|---|
State | New |
Headers | show |
Series | RISC-V: Add auto-vect pattern for vector rotate shift | expand |
diff --git a/gcc/config/riscv/autovec-opt.md b/gcc/config/riscv/autovec-opt.md index d7a3cfd4602..923122510ac 100644 --- a/gcc/config/riscv/autovec-opt.md +++ b/gcc/config/riscv/autovec-opt.md @@ -1607,3 +1607,19 @@ Such pattern which is natural auto-vectorization pattern should be in autovec.md instead of autovec-opt.md which is supposed include the combine optimization pattern. juzhe.zhong@rivai.ai