Re: [cfe-users] llvm-mca markers prevent loop vectorization

2019-06-10 Thread Max Marrone via cfe-users
I can't figure out a good way to reply to this list from the archive, but, for posterity, bug reported here: https://bugs.llvm.org/show_bug.cgi?id=42173 ___ cfe-users mailing list cfe-users@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cf

[cfe-users] llvm-mca markers prevent loop vectorization

2019-06-05 Thread Max Marrone via cfe-users
The docs for llvm-mca suggest using inline assembly to mark the region that llvm-mca should examine, i.e. __asm volatile("# LLVM-MCA-BEGIN"); // ... __asm volatile("# LLVM-MCA-END"); However, these di