[PATCH] D144472: [InstCombine][debuginfo] Update valueCoversEntireFragment for fixed size fragment and scalable value.
Yeting Kuo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 21 07:19:19 PST 2023
fakepaper56 added inline comments.
================
Comment at: llvm/test/Transforms/InstCombine/dbg-scalable-store-fixed-frag.ll:1
+; RUN: opt < %s -passes='instcombine' -S
+
----------------
sdesmalen wrote:
> There are no CHECK-lines and the running opt on this file doesn't cause an assertion failure for me. What is this test supposed to verify?
Sorry that I update the test. It should fail by assertion.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144472/new/
https://reviews.llvm.org/D144472
More information about the llvm-commits
mailing list