Issue |
136803
|
Summary |
[RISCV] error: duplicated standard user-level extension 'zifencei' since LLVM 19
|
Labels |
backend:RISC-V
|
Assignees |
|
Reporter |
wangpc-pp
|
See: https://godbolt.org/z/cnan5zh41
Before LLVM 19, we can compile successfully with `-march=rv64gc_zifencei`. But since LLVM 19, it complains:
```
error: invalid arch name 'rv64gc_zifencei', duplicated standard user-level extension 'zifencei'
```
The behavior is not compatible.
Is there something I missed? I know there are issues with `zifencei` implication, did we decide to not accept standalone `zifencei`? But I don't see it in release notes...
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs