[PATCH] D59535: [SelectionDAG] Compute known bits of CopyFromReg

Piotr Sobczak via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 22 04:18:59 PDT 2019


piotr marked an inline comment as done.
piotr added inline comments.


================
Comment at: test/CodeGen/AMDGPU/llvm.amdgcn.s.buffer.load.ll:146
+  ret void
+}
+
----------------
RKSimon wrote:
> piotr wrote:
> > RKSimon wrote:
> > > Please commit this with trunk's current codegen and then rebase the patch to show the diff.
> > Just to make sure I understand what is being asked: you would like to see the raw output of the new tests with 1) the current trunk and 2) version with the patch?
> Yes, so you commit the new tests with checks for current codegen by trunk. Then this patch just shows the codegen delta
https://reviews.llvm.org/D59690 created. I will rebase this patch when D59690 gets pushed.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D59535





More information about the llvm-commits mailing list