diff options
author | Mikhail Dvoretckii <mikhail.dvoretckii@intel.com> | 2018-06-19 10:49:12 +0000 |
---|---|---|
committer | Mikhail Dvoretckii <mikhail.dvoretckii@intel.com> | 2018-06-19 10:49:12 +0000 |
commit | 8393f907176c6759de726189ed79b37dec24fc0e (patch) | |
tree | 7adfaa5a6e52cebfdd46d695760652122c87a662 /lldb/packages/Python/lldbsuite/support/gmodules.py | |
parent | 6780b5f97d28ff1f0266fc3780a35396db286e7a (diff) | |
download | bcm5719-llvm-8393f907176c6759de726189ed79b37dec24fc0e.tar.gz bcm5719-llvm-8393f907176c6759de726189ed79b37dec24fc0e.zip |
[InstCombine] Replacing X86-specific rounding intrinsics with generic floor-ceil
This patch replaces calls to X86-specific intrinsics with floor-ceil semantics
with calls to target-independent @llvm.floor.* and @llvm.ceil.* intrinsics. This
doesn't affect the resulting machine code, as those intrinsics are lowered to
the same instructions, but exposes these specific rounding cases to generic
optimizations.
Differential Revision: https://reviews.llvm.org/D48067
llvm-svn: 335039
Diffstat (limited to 'lldb/packages/Python/lldbsuite/support/gmodules.py')
0 files changed, 0 insertions, 0 deletions