summaryrefslogtreecommitdiff
path: root/llvm/utils/TableGen/MacroFusionPredicatorEmitter.cpp
AgeCommit message (Expand)Author
2025-05-13[TableGen][MacroFusion] Predicate if the first inst has the same register (#1...Pengcheng Wang
2025-05-12[NFC][TableGen] Add {} for `else` when `if` body has {} (#139420)Rahul Joshi
2024-10-01[TableGen] Change `getValueAsListOfDefs` to return const pointer vector (#110...Rahul Joshi
2024-09-24[NFC][TableGen] Adopt scaled indent in PredicateExpander (#109801)Rahul Joshi
2024-09-18[LLVM][TableGen] Change MacroFusionPredicator to use const RecordKeeper (#109...Rahul Joshi
2024-04-19[TableGen] MacroFusionPredicatorEmitter - pass constant std::vector arguments...Simon Pilgrim
2024-04-01[TableGen][NFC] Add maybe_unused to MRI (#87044)Pengcheng Wang
2024-03-25[RFC][TableGen] Restructure TableGen Source (#80847)Pierre van Houtryve
2024-03-15[MacroFusion] Support commutable instructions (#82751)Wang Pengcheng
2024-03-05[TableGen] Fix wrong codegen of BothFusionPredicateWithMCInstPredicate (#83990)Wang Pengcheng
2024-01-05[TableGen] Add a backend to generate MacroFusion predicators (#72222)Wang Pengcheng