[InstCombine] add tests for trunc(load); NFC
authorSanjay Patel <spatel@rotateright.com>
Tue, 9 Jul 2019 18:06:16 +0000 (18:06 +0000)
committerSanjay Patel <spatel@rotateright.com>
Tue, 9 Jul 2019 18:06:16 +0000 (18:06 +0000)
commit5f4d7c9d4f20f85bbcd814b324aec5f3f2107d26
treeac8e429ea02fadb0580d00ba7cc60c16dad9b5a5
parent5a458d6ada3ba7341c8c34560f7de9bb74725ad0
[InstCombine] add tests for trunc(load); NFC

I'm not sure if transforming any of these is valid as
a target-independent fold, but we might as well have
a few tests here to confirm or deny our position.

llvm-svn: 365523
llvm/test/Transforms/InstCombine/trunc-load.ll [new file with mode: 0644]