[PATCH] D53449: [X86] Remove SDIVREM8_SEXT_HREG/UDIVREM8_ZEXT_HREG and their associated DAG combine and target bits support. Use a post isel peephole instead.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 20 13:51:44 PDT 2018
RKSimon added inline comments.
================
Comment at: lib/Target/X86/X86ISelDAGToDAG.cpp:887
// Attempt to remove vectors moves that were inserted to zero upper bits.
----------------
This comment probably needs changing.....
https://reviews.llvm.org/D53449
More information about the llvm-commits
mailing list