[PATCH] D150862: [RISCV][CodeGenPrepare] Select the optimal base offset for GEPs with large offset

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 18 11:05:56 PDT 2023


asb added a comment.

I'm getting compile-time assertion errors with this on various inputs from the GCC torture suite (Value.cpp:1242 "An asserting value handle still pointed to this value!"). e.g. pr60822.c for lp64 rv64gc, O1 <https://reviews.llvm.org/owners/package/1/>.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150862



More information about the llvm-commits mailing list