[all-commits] [llvm/llvm-project] 01bcc3: [InstCombine] prevent infinite loop with sub/abs o...
RotateRight via All-commits
all-commits at lists.llvm.org
Wed Apr 15 06:19:38 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 01bcc3e9371470e1974f066ced353df15e10056d
https://github.com/llvm/llvm-project/commit/01bcc3e9371470e1974f066ced353df15e10056d
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2020-04-15 (Wed, 15 Apr 2020)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
M llvm/test/Transforms/InstCombine/abs-1.ll
Log Message:
-----------
[InstCombine] prevent infinite loop with sub/abs of constant expression
PR45539:
https://bugs.llvm.org/show_bug.cgi?id=45539
More information about the All-commits
mailing list