[PATCH] D109584: [VP] Implementing expansion pass for VP load and store.
Lorenzo Albano via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 28 08:51:05 PST 2022
loralb added inline comments.
================
Comment at: llvm/lib/CodeGen/ExpandVectorPredication.cpp:515
+ default:
+ break;
+ case Intrinsic::vp_load:
----------------
I changed the behaviour of the defalut case to reflect what was done before this patch, but I am not sure which one is the right approach: what do you think is best?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109584/new/
https://reviews.llvm.org/D109584
More information about the llvm-commits
mailing list