[PATCH] D111736: [InstCombine][DebugInfo] Remove superflous assertion, add test

Paul Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 13 10:31:21 PDT 2021


paulwalker-arm added inline comments.


================
Comment at: llvm/test/Transforms/InstCombine/debuginfo-scalable-typesize.ll:24
+  %b = load float, float* %a, align 16
+  ret float undef
+}
----------------
Would it invalid the test if this is changed to `ret float %b` ?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111736/new/

https://reviews.llvm.org/D111736



More information about the llvm-commits mailing list