[all-commits] [llvm/llvm-project] 86f6e7: [GlobalIsel][X86] Update legalization of G_FPEXT/G...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Fri Jun 9 02:39:25 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 86f6e77923010e61fa494e58a0281dfe10288533
https://github.com/llvm/llvm-project/commit/86f6e77923010e61fa494e58a0281dfe10288533
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-06-09 (Fri, 09 Jun 2023)
Changed paths:
M llvm/lib/Target/X86/X86LegalizerInfo.cpp
Log Message:
-----------
[GlobalIsel][X86] Update legalization of G_FPEXT/G_FPTRUNC
Replace the legacy legalizer versions
Commit: 2717d98a1e358033e409aeabba1072d499cea161
https://github.com/llvm/llvm-project/commit/2717d98a1e358033e409aeabba1072d499cea161
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-06-09 (Fri, 09 Jun 2023)
Changed paths:
M llvm/test/CodeGen/X86/GlobalISel/legalize-select.mir
Log Message:
-----------
[GlobalIsel][X86] legalize-select.mir - add x86-64 test coverage
Commit: b8f053f5d7b9f274020587fe96a051fae2c26884
https://github.com/llvm/llvm-project/commit/b8f053f5d7b9f274020587fe96a051fae2c26884
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-06-09 (Fri, 09 Jun 2023)
Changed paths:
M llvm/test/CodeGen/X86/GlobalISel/legalize-leading-zeros.mir
M llvm/test/CodeGen/X86/GlobalISel/legalize-trailing-zeros-undef.mir
M llvm/test/CodeGen/X86/GlobalISel/legalize-trailing-zeros.mir
Log Message:
-----------
[GlobalIsel][X86] Add 32-bit test coverage to zero count tests
This shows a current problem with G_CTTZ_ZERO_UNDEF result legalizations
Compare: https://github.com/llvm/llvm-project/compare/fd2c74c8ed9d...b8f053f5d7b9
More information about the All-commits
mailing list