[PATCH] D60413: [BDCE] SExt -> ZExt when no sign bits is used and instruction has multiple uses

Diogo N. Sampaio via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 9 07:19:13 PDT 2020


dnsampaio added a comment.

In D60413#2141645 <https://reviews.llvm.org/D60413#2141645>, @spatel wrote:

> In D60413#2139023 <https://reviews.llvm.org/D60413#2139023>, @dnsampaio wrote:
>
> > Fixed test location and command
>
>
> The file is not moved here in the review, so something may be out-of-sync. The best thing would be to commit that file first with the current CHECK lines, then update it after applying this code patch. That way, we will highlight the test diffs.


@spatel Ups, sorry about that, I got two working environments now wfh, one was not fixed. Will do as you recommend.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D60413





More information about the llvm-commits mailing list