OSDN Git Service

[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)
commit10f530a4538dba68edd8209d2f81a3f0627a7373
tree76a902f1ade08e48a6aa8771a062a5bbfa6dcd05
parent73941a95aa91bbbf5f5ea43bb9d408f0ba057f44
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@365523 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/InstCombine/trunc-load.ll [new file with mode: 0644]