There are a few intrinsics or instructions on LoongArch
that are only appropriate for loongarch32 target. So the
feature "32bit" is added to implement it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D140872
[LoongArch] Add "32bit" target feature ClosedPublic Authored by XiaodongLoong on Jan 2 2023, 10:15 PM.
Details Summary There are a few intrinsics or instructions on LoongArch
Diff Detail
Event TimelineXiaodongLoong added reviewers: SixWeining, wangleiat, gonglingqin, xry111, xen0n.Jan 2 2023, 10:17 PM This revision is now accepted and ready to land.Jan 4 2023, 1:37 AM This revision was landed with ongoing or failed builds.Jan 5 2023, 5:29 PM Closed by commit rG8d798eab16ca: [LoongArch] Add "32bit" target feature (authored by XiaodongLoong). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 486723 llvm/lib/Target/LoongArch/LoongArch.td
llvm/lib/Target/LoongArch/LoongArchSubtarget.h
llvm/lib/Target/LoongArch/LoongArchSubtarget.cpp
llvm/test/CodeGen/LoongArch/feature-32bit.ll
|