Details
Details
- Reviewers
zixuan-wu - Commits
- rG75c3c6ac15f5: [CSKY] Optimize 'llvm.cttz.i32' and 'llvm.ctlz.i32'
Diff Detail
Diff Detail
Event Timeline
benshi001 added a parent revision: D156543: [CSKY][NFC][test] Add more tests of CodeGen for intrinsics.
llvm/lib/Target/CSKY/CSKYISelLowering.cpp | ||
---|---|---|
1406 | I think no more need of Ty->isIntegerTy(Subtarget.XLen) |
benshi001 marked an inline comment as done.
This revision is now accepted and ready to land.Aug 1 2023, 2:46 AM
Closed by commit rG75c3c6ac15f5: [CSKY] Optimize 'llvm.cttz.i32' and 'llvm.ctlz.i32' (authored by benshi001). · Explain WhyAug 1 2023, 3:15 AM
This revision was automatically updated to reflect the committed changes.
I think no more need of Ty->isIntegerTy(Subtarget.XLen)