[PATCH] D144472: [InstCombine][debuginfo] Update valueCoversEntireFragment for fixed size fragment and scalable value.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 21 04:17:56 PST 2023


sdesmalen added inline comments.
Herald added a subscriber: ormris.


================
Comment at: llvm/test/Transforms/InstCombine/dbg-scalable-store-fixed-frag.ll:1
+; RUN: opt < %s -passes='instcombine' -S
+
----------------
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?


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