[x86] add size cost tests for casts and binops; NFC
authorSanjay Patel <spatel@rotateright.com>
Mon, 6 Apr 2020 16:34:59 +0000 (12:34 -0400)
committerSanjay Patel <spatel@rotateright.com>
Mon, 6 Apr 2020 16:38:15 +0000 (12:38 -0400)
commita2bb19ca420d0801f5b9a5363dec1d7bcb829030
tree1328763a2eb197f24bd96ade383e99cc601690cf
parent8d75df14389bddc4a546cf059d223e730539bc53
[x86] add size cost tests for casts and binops; NFC

Shows bugs for div/rem/fdiv and possibly others.
llvm/test/Analysis/CostModel/X86/size-cost.ll [new file with mode: 0644]