-
- Downloads
[X86] Make Feature64Bit useful
We now only add +64bit to the CPU string for "generic" CPU. All other CPU names are assumed to have the feature flag already set if they support 64-bit. I've remove the implies from CMPXCHG8 so that Feature64Bit only comes in via CPUs or user passing -mattr=+64bit. I've changed the assert to a report_fatal_error so it's not lost in Release builds. The test updates are to fix things that tripped the new error. Differential Revision: https://reviews.llvm.org/D51231 llvm-svn: 341022
Showing
- llvm/lib/Target/X86/X86.td 21 additions, 5 deletionsllvm/lib/Target/X86/X86.td
- llvm/lib/Target/X86/X86Subtarget.cpp 15 additions, 6 deletionsllvm/lib/Target/X86/X86Subtarget.cpp
- llvm/test/CodeGen/X86/cpus.ll 40 additions, 3 deletionsllvm/test/CodeGen/X86/cpus.ll
- llvm/test/CodeGen/X86/early-ifcvt-crash.ll 1 addition, 1 deletionllvm/test/CodeGen/X86/early-ifcvt-crash.ll
- llvm/test/CodeGen/X86/pr11985.ll 1 addition, 1 deletionllvm/test/CodeGen/X86/pr11985.ll
- llvm/test/CodeGen/X86/pr34080.ll 1 addition, 1 deletionllvm/test/CodeGen/X86/pr34080.ll
- llvm/test/CodeGen/X86/x86-64-double-shifts-var.ll 0 additions, 5 deletionsllvm/test/CodeGen/X86/x86-64-double-shifts-var.ll
- llvm/test/ThinLTO/X86/cache-config.ll 1 addition, 1 deletionllvm/test/ThinLTO/X86/cache-config.ll
- llvm/test/Transforms/LoopUnroll/X86/partial.ll 1 addition, 1 deletionllvm/test/Transforms/LoopUnroll/X86/partial.ll
Loading
Please register or sign in to comment