[all-commits] [llvm/llvm-project] b3853d: [mips][test] Add Mips CPU tests. NFC
Simon Atanasyan via All-commits
all-commits at lists.llvm.org
Wed Nov 13 02:33:00 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b3853d852629d1a2713cf47a2422c46c0c630f87
https://github.com/llvm/llvm-project/commit/b3853d852629d1a2713cf47a2422c46c0c630f87
Author: Simon Atanasyan <simon at atanasyan.com>
Date: 2019-11-13 (Wed, 13 Nov 2019)
Changed paths:
A llvm/test/CodeGen/Mips/cpus.ll
Log Message:
-----------
[mips][test] Add Mips CPU tests. NFC
Adding tests check all available CPUs on Mips.
Patch by Miloš Stojanović.
Differential Revision: https://reviews.llvm.org/D70017
Commit: 068db2ed4d1879e100fb12f2a3d75e38b8867b46
https://github.com/llvm/llvm-project/commit/068db2ed4d1879e100fb12f2a3d75e38b8867b46
Author: Simon Atanasyan <simon at atanasyan.com>
Date: 2019-11-13 (Wed, 13 Nov 2019)
Changed paths:
M llvm/lib/Target/Mips/MipsSubtarget.cpp
A llvm/test/CodeGen/Mips/cpus-no-mips64.ll
Log Message:
-----------
[mips] Show an error if 64-bit target triple provided with 32-bit CPU
When a 64-bit triple is used emit an error if the CPU only supports
32-bit code.
Patch by Miloš Stojanović.
Differential Revision: https://reviews.llvm.org/D70018
Compare: https://github.com/llvm/llvm-project/compare/2fe674baa3f3...068db2ed4d18
More information about the All-commits
mailing list