The decision is perhaps arbitrary but I figure zeroing has no
dependency on the value being loaded.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D119327
[SVE] Prefer zero-extending loads when lowering ISD::EXTLOAD. ClosedPublic Authored by paulwalker-arm on Feb 9 2022, 5:33 AM.
Details Summary The decision is perhaps arbitrary but I figure zeroing has no
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 9 2022, 6:20 AM This revision was landed with ongoing or failed builds.Feb 10 2022, 6:33 AM Closed by commit rGc58be8572001: [SVE] Prefer zero-extending loads when lowering ISD::EXTLOAD. (authored by paulwalker-arm). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 407516 llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/lib/Target/AArch64/AArch64InstrInfo.td
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/test/CodeGen/AArch64/sve-fixed-length-fp-extend-trunc.ll
llvm/test/CodeGen/AArch64/sve-fixed-length-mask-opt.ll
llvm/test/CodeGen/AArch64/sve-fixed-length-masked-gather.ll
llvm/test/CodeGen/AArch64/sve-gather-scatter-addr-opts.ll
llvm/test/CodeGen/AArch64/sve-masked-gather-legalize.ll
llvm/test/CodeGen/AArch64/sve-masked-ldst-nonext.ll
llvm/test/CodeGen/AArch64/sve-pred-contiguous-ldst-addressing-mode-reg-imm.ll
llvm/test/CodeGen/AArch64/sve-pred-contiguous-ldst-addressing-mode-reg-reg.ll
llvm/test/CodeGen/AArch64/sve-split-load.ll
|