[all-commits] [llvm/llvm-project] 1119bf: [ARM] Corrected condition in isSaturatingConditional
Meera Nakrani via All-commits
all-commits at lists.llvm.org
Tue Sep 15 03:17:08 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1119bf95be94950da602b268dc96dbb2110cbe15
https://github.com/llvm/llvm-project/commit/1119bf95be94950da602b268dc96dbb2110cbe15
Author: Meera Nakrani <meera.nakrani at arm.com>
Date: 2020-09-15 (Tue, 15 Sep 2020)
Changed paths:
M llvm/lib/Target/ARM/ARMISelLowering.cpp
M llvm/test/CodeGen/ARM/usat.ll
Log Message:
-----------
[ARM] Corrected condition in isSaturatingConditional
Fixed a small error in an if condition to prevent usat/ssat being generated if (upper constant + 1) is not a
power of 2.
More information about the All-commits
mailing list