[all-commits] [llvm/llvm-project] 231541: [X86] Cleanup overflow test check prefixes. NFCI.
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Feb 23 05:35:13 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2315410f578c2c62c224a1665fe4597bef1b4029
https://github.com/llvm/llvm-project/commit/2315410f578c2c62c224a1665fe4597bef1b4029
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-02-23 (Tue, 23 Feb 2021)
Changed paths:
M llvm/test/CodeGen/X86/vec_saddo.ll
M llvm/test/CodeGen/X86/vec_smulo.ll
M llvm/test/CodeGen/X86/vec_ssubo.ll
M llvm/test/CodeGen/X86/vec_uaddo.ll
M llvm/test/CodeGen/X86/vec_umulo.ll
M llvm/test/CodeGen/X86/vec_usubo.ll
Log Message:
-----------
[X86] Cleanup overflow test check prefixes. NFCI.
Tidy up the check prefixes to improve reuse.
More information about the All-commits
mailing list