[PATCH] D15257: AMDGPU/SI: Emit constant arrays in the .text section

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 8 14:56:44 PST 2015


arsenm added a comment.

I think you need to run a pass to finalize bundles somewhere to add the register uses/defs on the BUNDLE instruction and set internal-read flags, but I haven't yet figured out how this works. Things seem to mostly work if you don't do this, and I'm not sure why this doesn't trigger any verifier errors.


http://reviews.llvm.org/D15257





More information about the llvm-commits mailing list