[all-commits] [llvm/llvm-project] fef1be: [X86]Remove X86-specific dead code in ScheduleDAGR...
XinWang10 via All-commits
all-commits at lists.llvm.org
Sat Sep 30 00:49:50 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fef1bec39642d7733eae22d6e79ac07c779bdef5
https://github.com/llvm/llvm-project/commit/fef1bec39642d7733eae22d6e79ac07c779bdef5
Author: XinWang10 <108658776+XinWang10 at users.noreply.github.com>
Date: 2023-09-30 (Sat, 30 Sep 2023)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
Log Message:
-----------
[X86]Remove X86-specific dead code in ScheduleDAGRRList.cpp (#67629)
After patch https://github.com/llvm/llvm-project/pull/67288 landed,
unfoldMemoryOperand would not return NewMIs whose size ==3. So the
removed line is useless.
More information about the All-commits
mailing list