Issue 153516
Summary How to use licm.disable loop attr metadata in c++
Labels new issue
Assignees
Reporter zzzhhhl
    [RISCV] In this commit, we can use llvm.licm.disable to disable licm in https://github.com/llvm/llvm-project/commit/4f64f1ba3c540cddbcf3f7f5e5b8a2fd9ebbb416.
BUT, it seems there is no way to add metadata in cpp.

I code like #pragma clang loop vectoriaze(disable), #pragma licm(disable), it doesn't works.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to