Try to compute addresses when the offset from a memory location is a constant expression.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D6767
[mips][FastISel] Allow computation of addresses from constant expressions. ClosedPublic Authored by vkalintiris on Dec 22 2014, 5:36 PM.
Details Summary Try to compute addresses when the offset from a memory location is a constant expression.
Diff Detail
Event Timelinerkotler updated this object. dsanders added a parent revision: D6765: [mips][FastISel] Handle functions which return i1, i8 or i16..Jan 22 2015, 12:21 PM vkalintiris updated this object. vkalintiris edited edge metadata. Comment ActionsAdded a simple test-case. vkalintiris retitled this revision from Allow for constant data to be referenced in Mips-fast-isel to [mips][FastISel] Allow computation of addresses from constant expressions.. vkalintiris updated this object. Comment ActionsModified the commit message to better reflect the change introduced with this patch. This revision is now accepted and ready to land.May 12 2015, 3:31 AM Closed by commit rL237117: [mips][FastISel] Allow computation of addresses from constant expressions. (authored by vkalintiris). · Explain WhyMay 12 2015, 5:13 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 25577 llvm/trunk/lib/Target/Mips/MipsFastISel.cpp
llvm/trunk/test/CodeGen/Mips/Fast-ISel/constexpr-address.ll
|