With bug fixes. The legalizer got more powerful over the last weeks.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/CodeGen/X86/GlobalISel/legalize-select.mir | ||
---|---|---|
27 | Try tests with some other address spaces (in particular the 32-bit ones on x64) |
llvm/test/CodeGen/X86/GlobalISel/legalize-leading-zeros.mir | ||
---|---|---|
3 | Can this now be reduced to: # RUN: llc -mtriple=i386-linux-gnu -mattr=+lzcnt -run-pass=legalizer %s -o - | FileCheck %s --check-prefixes=CHECK,X86 | |
llvm/test/CodeGen/X86/GlobalISel/legalize-trailing-zeros-undef.mir | ||
3 | Can this now be reduced to: # RUN: llc -mtriple=i386-linux-gnu -run-pass=legalizer %s -o - | FileCheck %s --check-prefixes=CHECK,X86 | |
llvm/test/CodeGen/X86/GlobalISel/legalize-trailing-zeros.mir | ||
3 | Can this now be reduced to: # RUN: llc -mtriple=i386-linux-gnu -mattr=+bmi -run-pass=legalizer %s -o - | FileCheck %s --check-prefixes=CHECK,X86 |
Can this now be reduced to: