[all-commits] [llvm/llvm-project] 9ae73c: [ARM] Adjust isSaturatingConditional to return a n...
David Green via All-commits
all-commits at lists.llvm.org
Fri Jan 22 03:16:09 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9ae73cdbc1e59fd3149e60efd2b96e68e8d1669b
https://github.com/llvm/llvm-project/commit/9ae73cdbc1e59fd3149e60efd2b96e68e8d1669b
Author: David Green <david.green at arm.com>
Date: 2021-01-22 (Fri, 22 Jan 2021)
Changed paths:
M llvm/lib/Target/ARM/ARMISelLowering.cpp
Log Message:
-----------
[ARM] Adjust isSaturatingConditional to return a new SDValue. NFC
This replaces the isSaturatingConditional function with
LowerSaturatingConditional that directly returns a new SSAT or
USAT SDValue, instead of returning true and the components of it.
More information about the All-commits
mailing list