[PATCH] D103943: [X86] Add -mgeneral-regs-only support.

Wang Tianqing via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 16 20:32:22 PDT 2021


tianqing added a comment.

In D103943#2812638 <https://reviews.llvm.org/D103943#2812638>, @RKSimon wrote:

> I don't know much about target feature inheritance - does this guarantee that the entire sse/avx/avx512 level chain is correctly disabled?

setFeatureEnabled queries ImpliedFeatures to disable all dependent features.


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

https://reviews.llvm.org/D103943



More information about the cfe-commits mailing list