================
@@ -54,31 +29,6 @@ uint16_t4 test_bitreverse_ushort4(uint16_t4 p0)
 }
 #endif
 
-// CHECK: define noundef i32 @
-// CHECK: call i32 @llvm.bitreverse.i32(
-int test_bitreverse_int(int p0)
-{
-       return reversebits(p0);
-}
----------------
farzonl wrote:

I noticed the same thing. Hence the discussion on the internal chat. I think 
what we want is implicit conversions. I don't think we should be writing the 
api in such a way to do that for us.

https://github.com/llvm/llvm-project/pull/86720
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to