Message ID | C5F25E4F91A98638+202408071815423489841@rivai.ai |
---|---|
State | Not applicable |
Headers | |
Series | RISC-V: Add auto-vect pattern for vector rotate shift | |
Checks
Context | Check | Description |
---|---|---|
rivoscibot/toolchain-ci-rivos-apply-patch | fail | Patch failed to apply |
rivoscibot/toolchain-ci-rivos-lint | warning | Lint failed |
linaro-tcwg-bot/tcwg_gcc_build--master-arm | warning | Patch is already merged |
linaro-tcwg-bot/tcwg_gcc_build--master-aarch64 | warning | Patch is already merged |
Commit Message
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