search for: e71f41e6

Displaying 2 results from an estimated 2 matches for "e71f41e6".

2017 Oct 03
2
Changing Alignment of global variables in LLVM
What is the best way to change the alignment of global variables and allocated structures in LLVM during one of its optimization passes? For example, I want to change, @u = internal unnamed_addr global [5 x [65 x [65 x [65 x double]]]] zeroinitializer, align 16 to align to 32 bytes. How can this be accomplished so that all other references in the code accessing this structure are also
2017 Oct 03
2
Changing Alignment of global variables in LLVM
...s.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > -- Kind regards, Charith Mendis Graduate Student, CSAIL, Massachusetts Institute of Technology -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20171003/e71f41e6/attachment.html>