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

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 19 06:06:54 PDT 2019


RKSimon added inline comments.


================
Comment at: test/CodeGen/AMDGPU/llvm.amdgcn.s.buffer.load.ll:146
+  ret void
+}
+
----------------
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


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