[PATCH] D139701: [Clang] Don't emit "min-legal-vector-width"="0" for AMDGPU

Matt Arsenault via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 13 15:34:24 PST 2022


arsenm added a comment.

TargetCodeGenInfo::setTargetAttributes already exists as a place for targets to emit their custom attributes, x86 could emit it there


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139701



More information about the cfe-commits mailing list