[PATCH] D90942: [SVE][CodeGen] Improve codegen of scalable masked scatters
Bing Yu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 2 23:14:21 PST 2020
yubing added inline comments.
================
Comment at: llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:9421
+ const TargetLowering &TLI = DAG.getTargetLoweringInfo();
+ SDValue Op = Index.getOperand(0);
+
----------------
If Index is a undef, this line will assertion fail.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90942/new/
https://reviews.llvm.org/D90942
More information about the llvm-commits
mailing list