I helped with shaving some instructions from isfinite and similar float functions on a variety of platforms (notably aarch64):

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

This inefficiency was first reported on the rust issue tracker, then nerdsniped some LLVM folks, and I did the boring but necessary work of actually landing the change.

#llvm #rustlang