[llvm] [InstCombine] Implement `fcmp (fadd x, 0.0), y` => `fcmp x, y` optimization (PR #88476)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 15 20:44:07 PDT 2024
dtcxzyw wrote:
> @dtcxzyw I see there are some issues with the formatting. Is there a script I can run and commit the changes with fixed formatting?
`git clang-format HEAD~1`
https://github.com/llvm/llvm-project/pull/88476
More information about the llvm-commits
mailing list