[all-commits] [llvm/llvm-project] 1797ab: Revert "[LSR] Consider post-inc form when creating...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sat Jun 17 09:59:06 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1797ab36efc9c90c921cd725831f8c3f6a7125a2
https://github.com/llvm/llvm-project/commit/1797ab36efc9c90c921cd725831f8c3f6a7125a2
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-06-17 (Sat, 17 Jun 2023)
Changed paths:
M llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.memmove.ll
M llvm/test/Transforms/LoopStrengthReduce/X86/postinc-iv-used-by-urem-and-udiv.ll
Log Message:
-----------
Revert "[LSR] Consider post-inc form when creating extends/truncates."
This reverts commit abfeda5af329b5889db709ff74506e20e0b569e9.
and fe19036e1266d2a90b44725c82b898134906e4c3.
The added assertion triggers during clang bootstrap builds. Revert while
I investigate.
More information about the All-commits
mailing list