[all-commits] [llvm/llvm-project] 74ca57: [X86] Use Register in FastISel. NFC
Craig Topper via All-commits
all-commits at lists.llvm.org
Sun Mar 9 12:11:29 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 74ca5799caea342ac1e8d34ab5be7f45875131b2
https://github.com/llvm/llvm-project/commit/74ca5799caea342ac1e8d34ab5be7f45875131b2
Author: Craig Topper <craig.topper at sifive.com>
Date: 2025-03-09 (Sun, 09 Mar 2025)
Changed paths:
M llvm/lib/Target/X86/X86FastISel.cpp
Log Message:
-----------
[X86] Use Register in FastISel. NFC
Replace 'Reg == 0' with '!Reg'
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