[all-commits] [llvm/llvm-project] d71b1f: NFC Fix cost model checks in tests for debug intri...
Orlando Cazalet-Hyams via All-commits
all-commits at lists.llvm.org
Tue Mar 14 02:15:00 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d71b1f738d55dce1236c624b240152a26f07d5f7
https://github.com/llvm/llvm-project/commit/d71b1f738d55dce1236c624b240152a26f07d5f7
Author: OCHyams <orlando.hyams at sony.com>
Date: 2023-03-14 (Tue, 14 Mar 2023)
Changed paths:
M llvm/test/Analysis/CostModel/X86/free-intrinsics.ll
M llvm/test/Analysis/CostModel/free-intrinsics-datalayout.ll
M llvm/test/Analysis/CostModel/free-intrinsics-no_info.ll
Log Message:
-----------
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
More information about the All-commits
mailing list