[PATCH] D112320: [SVE][CodeGen] Fix incorrect legalisation of zero-extended masked loads
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 25 08:41:55 PDT 2021
david-arm added a comment.
LGTM, moi aussi!
================
Comment at: llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp:767
+ N->getAddressingMode(), ExtType,
+ N->isExpandingLoad());
// Legalize the chain result - switch anything that used the old chain to
----------------
nit: Perhaps just address the formatting issue before merging? Thanks!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112320/new/
https://reviews.llvm.org/D112320
More information about the llvm-commits
mailing list