[all-commits] [llvm/llvm-project] e08c39: Revert "[AggressiveInstCombine] folding load for c...
Jordan Rupprecht via All-commits
all-commits at lists.llvm.org
Tue May 9 10:39:02 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e08c397a88077c50dc25e71b39b9d5efbfc85a9a
https://github.com/llvm/llvm-project/commit/e08c397a88077c50dc25e71b39b9d5efbfc85a9a
Author: Jordan Rupprecht <rupprecht at google.com>
Date: 2023-05-09 (Tue, 09 May 2023)
Changed paths:
M llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp
M llvm/test/Transforms/AggressiveInstCombine/patterned-load.ll
Log Message:
-----------
Revert "[AggressiveInstCombine] folding load for constant global patterened arrays and structs by GEP-indices Differential Revision: https://reviews.llvm.org/D146622 Fixes https://github.com/llvm/llvm-project/issues/61615"
This reverts commit 0574a4be879e07b48ba9be8d63eebba49a04dfe8. It causes a compiler crash due to a div by zero.
More information about the All-commits
mailing list