[PATCH] D154225: [X86] Enable the VR512 register class when AVX512 is enabled

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 30 09:37:24 PDT 2023


craig.topper added a comment.

I don't believe this is the correct fix. The issue is in the frontend, it should set "min-legal-vector-width" attribute to 512 for this case.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154225/new/

https://reviews.llvm.org/D154225



More information about the llvm-commits mailing list