You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...