[all-commits] [llvm/llvm-project] f9089a: CodeGenPrep: remove all copies of GEP from list if...
Tim Northover via All-commits
all-commits at lists.llvm.org
Mon Oct 25 06:00:15 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f9089accbac128213542703256e65ec64cba17d1
https://github.com/llvm/llvm-project/commit/f9089accbac128213542703256e65ec64cba17d1
Author: Tim Northover <t.p.northover at gmail.com>
Date: 2021-10-25 (Mon, 25 Oct 2021)
Changed paths:
M llvm/lib/CodeGen/CodeGenPrepare.cpp
Log Message:
-----------
CodeGenPrep: remove all copies of GEP from list if there are duplicates.
Unfortunately ToT has changed enough from the revision where this actually
caused problems that the test no longer triggers an assertion failure.
More information about the All-commits
mailing list