When an intrinsic is referenced in a module scope, a symbol for it is
added. When that module is USEd, the intrinsic should not be included.
Otherwise we can get ambiguous reference errors with the same intrinsic
coming from two difference modules.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo