Issue 90548
Summary [X86] Missing new feature detection in getAvailableFeatures
Labels backend:X86
Assignees
Reporter phoebewang
    When adding new features, we should add definations in `X86TargetParser.def` and detection in `getAvailableFeatures` for driver to detect the correct CPU name when using `march=native`. Now, `getAvailableFeatures` lacks a lot of newly added features.

CC: @FreddyLeaf 
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to