[PATCH] D90162: [llvm][AArch64] Prevent spurious zero extension.
Peter Waller via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 28 09:22:33 PDT 2020
peterwaller-arm added inline comments.
================
Comment at: llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:11282
+ // Finds the pattern implememting the zero extension inreg for
+ // illegal values, which is rendered with an and instruction with a
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90162/new/
https://reviews.llvm.org/D90162
More information about the llvm-commits
mailing list