aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCISelLowering.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-08-31 21:09:52 +0000
committerChris Lattner <sabre@nondot.org>2005-08-31 21:09:52 +0000
commitf76053269ecc6c7bd3d0b1e90ebdd0cef1bb2bdc (patch)
tree5617564bffc4e9b16b82d84f206ae4572998aaa5 /lib/Target/PowerPC/PPCISelLowering.h
parent8346bb6c29cb6268c99117f6c86d6696b373d03e (diff)
downloadexternal_llvm-f76053269ecc6c7bd3d0b1e90ebdd0cef1bb2bdc.zip
external_llvm-f76053269ecc6c7bd3d0b1e90ebdd0cef1bb2bdc.tar.gz
external_llvm-f76053269ecc6c7bd3d0b1e90ebdd0cef1bb2bdc.tar.bz2
Move FCTIWZ handling out of the instruction selectors and into legalization,
getting them out of the business of making stack slots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23180 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCISelLowering.h')
-rw-r--r--lib/Target/PowerPC/PPCISelLowering.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Target/PowerPC/PPCISelLowering.h b/lib/Target/PowerPC/PPCISelLowering.h
index bdd5548..924a672 100644
--- a/lib/Target/PowerPC/PPCISelLowering.h
+++ b/lib/Target/PowerPC/PPCISelLowering.h
@@ -28,6 +28,10 @@ namespace llvm {
/// FSEL - Traditional three-operand fsel node.
///
FSEL,
+
+ /// FCTIWZ - The FCTIWZ instruction, taking an f32 or f64 operand,
+ /// producing an f64 value.
+ FCTIWZ,
};
}