Commit Graph

4 Commits

Author SHA1 Message Date
Fangrui Song e33af271ea [llvm-c-test] Default to opaque pointers 2022-06-02 20:34:52 -07:00
Fangrui Song 8d846849f8 [llvm-c][test] Convert tests to opaque pointers
echo.ll is unchanged to test typed pointers.
2022-06-02 20:27:10 -07:00
Eli Friedman 89e0662dee Make IRBuilder automatically set alignment on load/store/alloca.
This is equivalent in terms of LLVM IR semantics, but we want to
transition away from using MaybeAlign to represent the alignment of
these instructions.

Differential Revision: https://reviews.llvm.org/D77984
2020-04-13 13:43:14 -07:00
Amaury Sechet 053ac453b9 Add support for memory operations (load/store/gep) in C API echo test
Summary: As per title.

Reviewers: bogner, chandlerc, echristo, dblaikie, joker.eph, Wallbraker

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D17245

llvm-svn: 261174
2016-02-17 22:51:03 +00:00