diff options
author | Tom Stellard <[email protected]> | 2012-05-17 18:21:24 -0400 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2012-05-17 20:42:16 -0400 |
commit | 7e3cd8df183448e2cc01a8f2645a001b0972f4ab (patch) | |
tree | 72a4760c903a1b4adc71f6eb2b8efa8c5ca884e4 /src/gallium/drivers/radeon/AMDGPUISelLowering.h | |
parent | 3f7a5ffac7e78bca47fa58849f5666fb334b3ab1 (diff) |
radeon/llvm: Add DAG nodes for MIN instructions
Also, remove the AMDIL MIN* instruction defs.
Diffstat (limited to 'src/gallium/drivers/radeon/AMDGPUISelLowering.h')
-rw-r--r-- | src/gallium/drivers/radeon/AMDGPUISelLowering.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeon/AMDGPUISelLowering.h b/src/gallium/drivers/radeon/AMDGPUISelLowering.h index 3e5e81bfef5..849c0c734bb 100644 --- a/src/gallium/drivers/radeon/AMDGPUISelLowering.h +++ b/src/gallium/drivers/radeon/AMDGPUISelLowering.h @@ -55,6 +55,9 @@ enum FMAX, SMAX, UMAX, + FMIN, + SMIN, + UMIN, LAST_AMDGPU_ISD_NUMBER }; |