diff options
author | Eli Friedman <efriedma@codeaurora.org> | 2016-08-18 16:30:42 +0000 |
---|---|---|
committer | Eli Friedman <efriedma@codeaurora.org> | 2016-08-18 16:30:42 +0000 |
commit | 28671c83d6dc6221a5680b180e4ac9f41f26a50b (patch) | |
tree | 53576cd21a49af5f4977fe6ad8a7ceafcd698f38 /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | 5195d3fc0eed633d6855a26333bc3a6a2bdcc19e (diff) | |
download | bcm5719-llvm-28671c83d6dc6221a5680b180e4ac9f41f26a50b.tar.gz bcm5719-llvm-28671c83d6dc6221a5680b180e4ac9f41f26a50b.zip |
[SCEVValidator] Don't reorder multiplies in extractConstantFactor.
The existing code would add the operands in the wrong order, and eventually
crash because the SCEV expression doesn't exactly match the parameter SCEV
expression in SCEVAffinator::visit. (SCEV doesn't sort the operands to
getMulExpr in general.)
Differential Revision: https://reviews.llvm.org/D23592
llvm-svn: 279087
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions