[llvm] [IRBuilder] Fold binary intrinsics (PR #80743)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 22 00:23:47 PST 2024


================
@@ -22,6 +22,11 @@
 #include <stdint.h>
 
 namespace llvm {
+
+namespace Intrinsic {
+typedef unsigned ID;
----------------
dtcxzyw wrote:

```suggestion
using ID = unsigned;
```


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


More information about the llvm-commits mailing list