[PATCH] D110158: [Analysis] Fix issues when querying vscale attributes on functions

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 21 06:02:51 PDT 2021


sdesmalen added a comment.

I don't think all these cases are currently broken, because InstCombine traverses nodes that are in the IR. I'm not against having an extra guard for it though.
Is it worth adding a test for the ValueTracking case to avoid regression?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110158



More information about the llvm-commits mailing list