[PATCH] D71657: [SDAG] Handle BUILD_PAIR in ComputeNumSignBits

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 23 11:14:54 PST 2019


craig.topper added a comment.

And the other problem is that the sign bits information of the originating basic block is calculated between the last DAG combine and isel, so all the producing instructions have already been split.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71657/new/

https://reviews.llvm.org/D71657





More information about the llvm-commits mailing list