[all-commits] [llvm/llvm-project] 1c378d: [X86] Add test for issue 108722; NFC
goldsteinn via All-commits
all-commits at lists.llvm.org
Sun Sep 15 16:15:35 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1c378d2b145578948942512f9d6985e37659d013
https://github.com/llvm/llvm-project/commit/1c378d2b145578948942512f9d6985e37659d013
Author: Noah Goldstein <goldstein.w.n at gmail.com>
Date: 2024-09-15 (Sun, 15 Sep 2024)
Changed paths:
M llvm/test/CodeGen/X86/cmp-shiftX-maskX.ll
Log Message:
-----------
[X86] Add test for issue 108722; NFC
Commit: 81279bf97f187eee0446af00d8ae9ec32a22e878
https://github.com/llvm/llvm-project/commit/81279bf97f187eee0446af00d8ae9ec32a22e878
Author: Noah Goldstein <goldstein.w.n at gmail.com>
Date: 2024-09-15 (Sun, 15 Sep 2024)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/cmp-shiftX-maskX.ll
Log Message:
-----------
[X86] Fix missing check of rotate <-> shift equivilence (Issue 108722)
Previous code was checking that rotate and shift where equivilent when
transforming shift -> rotate but not the other way around.
Closes #108767
Compare: https://github.com/llvm/llvm-project/compare/713a2029578e...81279bf97f18
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