[PATCH] D137623: [Hexagon] Use default attributes for intrinsics

Jordan Rupprecht via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 11 17:26:05 PST 2022


rupprecht added a comment.

In D137623#3922726 <https://reviews.llvm.org/D137623#3922726>, @asbirlea wrote:

> The original starts crashing with -O2 with this revision, but crashes with -O0 before and after this revision, so the issue looks preexisting.
> The reduced test from @rupprecht no longer crashes with -O0 before this revision.
> If this becomes an issue for resolving, we could share the un-reduced offline.

Yes, the short repro might be a bit different. The unreduced is ~5000 lines of IR, mostly a single function. I'll restart the reduction with a tighter interestingness test to see if it's a different root cause.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137623



More information about the llvm-commits mailing list