[InstCombine] Add tests for non-trivial store to load forward (NFC)
authorNikita Popov <nikita.ppv@gmail.com>
Sat, 6 Mar 2021 15:49:25 +0000 (16:49 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Sat, 6 Mar 2021 15:58:11 +0000 (16:58 +0100)
commit1c59bf4d4d29add6b55142b7872b4877d523a847
tree57cb18fd81da42b0d90157f9fc298c05c7517066
parent3fb384d50ee1cb5c1970dd1daa2ec4609aa00417
[InstCombine] Add tests for non-trivial store to load forward (NFC)

Examples of things we mostly don't handle.
llvm/test/Transforms/InstCombine/load-store-forward.ll [new file with mode: 0644]