[all-commits] [llvm/llvm-project] 6d254a: [CSKY][test][NFC] Add tests of IR pattern icmp-select
Ben Shi via All-commits
all-commits at lists.llvm.org
Fri Jun 30 07:55:45 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6d254a25cbe6c3ff5fbcb543e244e3fd75c71c6e
https://github.com/llvm/llvm-project/commit/6d254a25cbe6c3ff5fbcb543e244e3fd75c71c6e
Author: Ben Shi <2283975856 at qq.com>
Date: 2023-06-30 (Fri, 30 Jun 2023)
Changed paths:
A llvm/test/CodeGen/CSKY/dect-decf.ll
A llvm/test/CodeGen/CSKY/inct-incf.ll
Log Message:
-----------
[CSKY][test][NFC] Add tests of IR pattern icmp-select
These tests will be optimized with INCT32/INCF32/DECT32/DECF32
in the future.
Reviewed By: zixuan-wu
Differential Revision: https://reviews.llvm.org/D153434
Commit: 8099d6c20beeb9465eb036dcfc467a15c0ec516e
https://github.com/llvm/llvm-project/commit/8099d6c20beeb9465eb036dcfc467a15c0ec516e
Author: Ben Shi <2283975856 at qq.com>
Date: 2023-06-30 (Fri, 30 Jun 2023)
Changed paths:
M llvm/lib/Target/CSKY/CSKYInstrInfo.td
M llvm/test/CodeGen/CSKY/inct-incf.ll
Log Message:
-----------
[CSKY] Optimize IR pattern icmp-select with INCT32/INCF32
Reviewed By: zixuan-wu
Differential Revision: https://reviews.llvm.org/D153436
Compare: https://github.com/llvm/llvm-project/compare/1d70ad5d0b93...8099d6c20bee
More information about the All-commits
mailing list