Revert "[GVN] MemorySSA for GVN: add optional `AllowMemorySSA`"
[llvm-project.git] / libclc / generic / include / clc / relational / select.h
blobd20deae0d2cf9e5a8bbd81455c70f86fa55b4316
1 /* Duplciate these so we don't have to distribute utils.h */
2 #define __CLC_CONCAT(x, y) x ## y
3 #define __CLC_XCONCAT(x, y) __CLC_CONCAT(x, y)
5 #define __CLC_BODY <clc/relational/select.inc>
6 #include <clc/math/gentype.inc>
7 #define __CLC_BODY <clc/relational/select.inc>
8 #include <clc/integer/gentype.inc>
10 #undef __CLC_CONCAT
11 #undef __CLC_XCONCAT