[LLVMdev] Update load/store alignments

Mario Schwalbe mario.schwalbe at tu-dresden.de
Fri Dec 13 02:00:33 PST 2013


Hi all,

although I feel like this is a too simple question, I can't find the answer
right now.

I have a pass that changes the alignment constraints of global variables
of a module, which doesn't affect any loads and stores of them. So how
do I get the loads' and stores' alignment constraints also updated to
match my changes? Is there any pass that does so? Ideally without changing
too much in the module?

Thanks in advance,
Mario



More information about the llvm-dev mailing list