[PATCH] D18367: Introduce llvm.load.relative intrinsic.

John McCall via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 22 13:02:38 PDT 2016


rjmccall added a comment.

I would appreciate it if this intrinsic supported both i32 and i64 relative offsets.  I understand that overflowing the relative adjustment is generally not a problem on 64-bit platforms, but it would be nice if frontends using a "far" relative address didn't need to use different code generation patterns.


http://reviews.llvm.org/D18367





More information about the llvm-commits mailing list