[PATCH] D36831: [AMDGPU] Transform __read_pipe_* and __write_pipe_*

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 4 16:32:37 PDT 2017


rampitec added inline comments.


================
Comment at: test/CodeGen/AMDGPU/simplify-libcalls.ll:693
+entry:
+  %0 = bitcast i32 addrspace(1)* %ptr to i8 addrspace(1)*
+  %1 = addrspacecast i8 addrspace(1)* %0 to i8 addrspace(4)*
----------------
yaxunl wrote:
> rampitec wrote:
> > rampitec wrote:
> > > yaxunl wrote:
> > > > rampitec wrote:
> > > > > Run tests through opt -instnamer.
> > > > will fix.
> > > Not done.
> > I still see it.
> I've add -instnamer to the RUN line. Do you mean I should get the original .ll through opt -instnamer so that the .ll contains named instructions?
Yes, there shall be no numbered variables in the test as it has to be easily editable.


https://reviews.llvm.org/D36831





More information about the llvm-commits mailing list