summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/commands/command/script
diff options
context:
space:
mode:
authorJay Foad <jay.foad@amd.com>2019-10-17 09:25:23 +0100
committerJay Foad <jay.foad@amd.com>2019-10-30 14:00:33 +0000
commit2da4b6e51450e8a6a40755cc5a40ebb6289766a5 (patch)
treebdd50d2d55d91c0457ecb1e60562d39c8de74b14 /lldb/packages/Python/lldbsuite/test/commands/command/script
parentba7bde65dcfff543cefc1de9adcda7f503ffffde (diff)
downloadbcm5719-llvm-2da4b6e51450e8a6a40755cc5a40ebb6289766a5.tar.gz
bcm5719-llvm-2da4b6e51450e8a6a40755cc5a40ebb6289766a5.zip
[IR] Allow fast math flags on calls with floating point array type.
Summary: This extends the rules for when a call instruction is deemed to be an FPMathOperator, which is based on the type of the call (i.e. the return type of the function being called). Previously we only allowed floating-point and vector-of-floating-point types. Now we also allow arrays (nested to any depth) of floating-point and vector-of-floating-point types. This was motivated by llpc, the pipeline compiler for AMD GPUs (https://github.com/GPUOpen-Drivers/llpc). llpc has many math library functions that operate on vectors, typically represented as <4 x float>, and some that operate on matrices, typically represented as [4 x <4 x float>], and it's useful to be able to decorate calls to all of them with fast math flags. Reviewers: spatel, wristow, arsenm, hfinkel, aemerson, efriedma, cameron.mcinally, mcberg2017, jmolloy Subscribers: wdng, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D69161
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/command/script')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud