[all-commits] [llvm/llvm-project] de1f33: [TableGen] Fix wrong codegen of BothFusionPredicat...
Wang Pengcheng via All-commits
all-commits at lists.llvm.org
Tue Mar 5 03:54:13 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: de1f33873beff93063577195e1214a9509e229e0
https://github.com/llvm/llvm-project/commit/de1f33873beff93063577195e1214a9509e229e0
Author: Wang Pengcheng <wangpengcheng.pp at bytedance.com>
Date: 2024-03-05 (Tue, 05 Mar 2024)
Changed paths:
M llvm/include/llvm/Target/TargetSchedule.td
M llvm/test/TableGen/MacroFusion.td
M llvm/utils/TableGen/MacroFusionPredicatorEmitter.cpp
Log Message:
-----------
[TableGen] Fix wrong codegen of BothFusionPredicateWithMCInstPredicate (#83990)
We should generate the `MCInstPredicate` twice, one with `FirstMI`
and another with `SecondMI`.
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