llvm-project
1433c3e9 - [flang] Remove dead functions for getting LLVM intrinsics (#137743)

Commit
235 days ago
[flang] Remove dead functions for getting LLVM intrinsics (#137743) In cleaning up LowLevelIntrinsics I found some uncalled functions. We would like to remove direct calls to llvm instructions wherever possible to make it easier on consumers of our IR to match LLVM intrinsics, so if this code is needed again we should use the op from the llvm dialect instead anyways.
Parents
Loading