mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-14 17:57:43 +00:00
[PowerPC] Add identification for POWER8NVL
This CPU type was not previously recognized by LLVM which led to emitting poor (and sometimes incorrect) code in some JIT workloads on such a machine. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@290961 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7347db0fa7
commit
3fddb5c114
@ -1069,6 +1069,7 @@ StringRef sys::getHostCPUName() {
|
||||
.Case("POWER7", "pwr7")
|
||||
.Case("POWER8", "pwr8")
|
||||
.Case("POWER8E", "pwr8")
|
||||
.Case("POWER8NVL", "pwr8")
|
||||
.Case("POWER9", "pwr9")
|
||||
.Default(generic);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user