NFC Fix cost model checks in tests for debug intrinsics
authorOCHyams <orlando.hyams@sony.com>
Tue, 14 Mar 2023 08:17:19 +0000 (08:17 +0000)
committerOCHyams <orlando.hyams@sony.com>
Tue, 14 Mar 2023 09:14:34 +0000 (09:14 +0000)
commitd71b1f738d55dce1236c624b240152a26f07d5f7
tree6e68a596e8824cf9ddc61189d0b9814a5cd40389
parentdc3882eace54afb086adc4164d7d916b164d22d5
NFC Fix cost model checks in tests for debug intrinsics

These tests don't have a "Debug Info Version" module flag causing the debug
intrinsics to be dropped with a warning `warning: ignoring debug info with an
invalid version (0)`. The test passes because there are no CHECK lines for
these intrinsics. Fix the issue and auto-update the test checks.

Reviewed By: jryans

Differential Revision: https://reviews.llvm.org/D145573
llvm/test/Analysis/CostModel/X86/free-intrinsics.ll
llvm/test/Analysis/CostModel/free-intrinsics-datalayout.ll
llvm/test/Analysis/CostModel/free-intrinsics-no_info.ll