[all-commits] [llvm/llvm-project] dbd369: [GlobalISel][X86] Add illegal types and 32-bit tar...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Jun 5 04:09:19 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dbd36950921bde92e551d514052c77c631c33c7d
https://github.com/llvm/llvm-project/commit/dbd36950921bde92e551d514052c77c631c33c7d
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-06-05 (Mon, 05 Jun 2023)
Changed paths:
M llvm/test/CodeGen/X86/GlobalISel/legalize-and-scalar.mir
M llvm/test/CodeGen/X86/GlobalISel/legalize-or-scalar.mir
M llvm/test/CodeGen/X86/GlobalISel/legalize-xor-scalar.mir
Log Message:
-----------
[GlobalISel][X86] Add illegal types and 32-bit target scalar and/or/xor test coverage
Based off the legalize-add.mir tests
Commit: b28bc5f5ad7da086f65f260c32494922fd392f6b
https://github.com/llvm/llvm-project/commit/b28bc5f5ad7da086f65f260c32494922fd392f6b
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-06-05 (Mon, 05 Jun 2023)
Changed paths:
R llvm/test/CodeGen/X86/GlobalISel/legalize-and-or-xor.mir
A llvm/test/CodeGen/X86/GlobalISel/legalize-and-v128.mir
A llvm/test/CodeGen/X86/GlobalISel/legalize-and-v256.mir
A llvm/test/CodeGen/X86/GlobalISel/legalize-and-v512.mir
A llvm/test/CodeGen/X86/GlobalISel/legalize-or-v128.mir
A llvm/test/CodeGen/X86/GlobalISel/legalize-or-v256.mir
A llvm/test/CodeGen/X86/GlobalISel/legalize-or-v512.mir
A llvm/test/CodeGen/X86/GlobalISel/legalize-xor-v128.mir
A llvm/test/CodeGen/X86/GlobalISel/legalize-xor-v256.mir
A llvm/test/CodeGen/X86/GlobalISel/legalize-xor-v512.mir
Log Message:
-----------
[GlobalISel][X86] Add 128/256/512-bit vector and/or/xor test coverage
Based off the legalize-add-v*.mir tests
Compare: https://github.com/llvm/llvm-project/compare/4db8d4f83910...b28bc5f5ad7d
More information about the All-commits
mailing list