[all-commits] [llvm/llvm-project] 9b5857: [X86] Fix parentheses for clarity in X86ISelLoweri...

soumyaGhoshh via All-commits all-commits at lists.llvm.org
Mon Jan 13 22:50:01 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9b5857a68381652dbea2a0c9efa734b6c4cf38c9
      https://github.com/llvm/llvm-project/commit/9b5857a68381652dbea2a0c9efa734b6c4cf38c9
  Author: soumyaGhoshh <soumya_ghosh.mail at icloud.com>
  Date:   2025-01-14 (Tue, 14 Jan 2025)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp

  Log Message:
  -----------
  [X86] Fix parentheses for clarity in X86ISelLowering.cpp (#121954)

fixes #121908

This pull request resolves issue #121908 by adding proper parentheses in
X86ISelLowering.cpp to follow operator precedence rules. This change
ensures better code clarity and avoids ambiguity.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list