[all-commits] [llvm/llvm-project] a9256a: [x86] Add missing FeatureCMOV in frontend targets.
Freddy Ye via All-commits
all-commits at lists.llvm.org
Thu Jun 29 22:19:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a9256a2e0450019aeb2dfcc3ad9fefb23d6d6f83
https://github.com/llvm/llvm-project/commit/a9256a2e0450019aeb2dfcc3ad9fefb23d6d6f83
Author: Freddy Ye <freddy.ye at intel.com>
Date: 2023-06-30 (Fri, 30 Jun 2023)
Changed paths:
M clang/test/CodeGen/attr-target-clones.c
M clang/test/CodeGen/attr-target-x86.c
M clang/test/CodeGen/attr-target-x87-softfp.c
M clang/test/CodeGen/tune-cpu.c
M llvm/lib/TargetParser/X86TargetParser.cpp
Log Message:
-----------
[x86] Add missing FeatureCMOV in frontend targets.
The missing info is gathered from X86.td.
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D154181
More information about the All-commits
mailing list