[all-commits] [llvm/llvm-project] f0e3d1: [IndVars] Fix adding trunc instructions to unwind ...
Yevgeny Rouban via All-commits
all-commits at lists.llvm.org
Thu Dec 17 21:54:31 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f0e3d1d6ca8c9c0d1191de1db90bd4906d16cb28
https://github.com/llvm/llvm-project/commit/f0e3d1d6ca8c9c0d1191de1db90bd4906d16cb28
Author: Yevgeny Rouban <yrouban at azul.com>
Date: 2020-12-18 (Fri, 18 Dec 2020)
Changed paths:
M llvm/lib/Transforms/Utils/SimplifyIndVar.cpp
Log Message:
-----------
[IndVars] Fix adding trunc instructions to unwind blocks
Truncate instruction must not be inserted before landing pads.
The insertion point is fixed.
More information about the All-commits
mailing list