[PATCH] D123801: [DAG] Combine shuffle(bitcast(X), Mask) to bitcast(shuffle(X, Mask'))
Kyrill Tkachov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 14 10:30:58 PDT 2022
ktkachov added inline comments.
================
Comment at: llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:21969
+
+ // Create the new shuffle with the new mask and bitcast it bask to the
+ // original type.
----------------
typo "back"
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123801/new/
https://reviews.llvm.org/D123801
More information about the llvm-commits
mailing list