[all-commits] [llvm/llvm-project] 2df69e: [X86] Add scalar isel test coverage for AND/OR/XOR...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Oct 24 07:13:48 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2df69ed14c7c64c55c24d3ba3b521741b31c27e1
https://github.com/llvm/llvm-project/commit/2df69ed14c7c64c55c24d3ba3b521741b31c27e1
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-10-24 (Tue, 24 Oct 2023)
Changed paths:
A llvm/test/CodeGen/X86/isel-and.ll
A llvm/test/CodeGen/X86/isel-or.ll
A llvm/test/CodeGen/X86/isel-xor.ll
Log Message:
-----------
[X86] Add scalar isel test coverage for AND/OR/XOR types
Even something as simple as bitlogic ops are showing differences between DAG/Fast/Global ISel - promotion, commutation, load/rmw folding etc.
More information about the All-commits
mailing list