[all-commits] [llvm/llvm-project] 0b7669: [X86] Introduce more common modern tunings into `g...
Phoebe Wang via All-commits
all-commits at lists.llvm.org
Fri Feb 4 18:32:33 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0b7669f33331b7af157be4de02ab9dcbc2590dc2
https://github.com/llvm/llvm-project/commit/0b7669f33331b7af157be4de02ab9dcbc2590dc2
Author: Phoebe Wang <phoebe.wang at intel.com>
Date: 2022-02-05 (Sat, 05 Feb 2022)
Changed paths:
M llvm/lib/Target/X86/X86.td
M llvm/test/CodeGen/X86/segmented-stacks-dynamic.ll
M llvm/test/CodeGen/X86/twoaddr-lea.ll
M llvm/test/MC/X86/x86-directive-nops-errors.s
Log Message:
-----------
[X86] Introduce more common modern tunings into `generic`
GCC has updated its generic `-mtune` to haswell. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81616
Update it to match with GCC.
Reviewed By: spatel
Differential Revision: https://reviews.llvm.org/D118534
More information about the All-commits
mailing list