llvm-project
ea3c2257 - [CIR] Add alignment support for global, store, and load ops (#141163)

Commit
129 days ago
[CIR] Add alignment support for global, store, and load ops (#141163) This adds alignment support for GlobalOp, LoadOp, and StoreOp. Tests which failed because cir.store/cir.load now print alignment were updated with wildcard matches, except where the alignment was relevant to the test. Tests which check for cir.store/cir.load in cases that don't have explicit alignment were not updated. New tests for alignment are alignment.c, align-load.c, and align-store.c.
Author
Parents
Loading