When reading or writing a register that does not conform to the size of a
hardware register, an error message is generated instead of a compiler crash.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D138008
[LoongArch] Diagnose the behavior of reading and writing registers that do not conform to the hardware register size ClosedPublic Authored by gonglingqin on Nov 15 2022, 1:06 AM.
Details Summary When reading or writing a register that does not conform to the size of a
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 22 2022, 1:18 AM This revision was landed with ongoing or failed builds.Nov 23 2022, 6:42 PM Closed by commit rGeca62f92045c: [LoongArch] Diagnose the behavior of reading and writing registers that do not… (authored by gonglingqin). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 477671 llvm/lib/Target/LoongArch/LoongArchISelLowering.h
llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
llvm/test/CodeGen/LoongArch/get-reg-error-la32.ll
llvm/test/CodeGen/LoongArch/get-reg-error-la64.ll
|