[llvm] [LLVM] Remove nuw neg (PR #86295)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 25 00:24:47 PDT 2024


================
@@ -3555,11 +3550,6 @@ LLVMValueRef LLVMBuildNSWNeg(LLVMBuilderRef B, LLVMValueRef V,
   return wrap(unwrap(B)->CreateNSWNeg(unwrap(V), Name));
 }
 
-LLVMValueRef LLVMBuildNUWNeg(LLVMBuilderRef B, LLVMValueRef V,
-                             const char *Name) {
-  return wrap(unwrap(B)->CreateNUWNeg(unwrap(V), Name));
-}
----------------
dtcxzyw wrote:

I will make them deprecated.

https://github.com/llvm/llvm-project/pull/86295


More information about the llvm-commits mailing list