Details
Details
- Reviewers
arcbbb craig.topper
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D145346
[NFC] Simplify printstmt code Needs ReviewPublic Authored by zkkxu on Mar 5 2023, 6:46 PM.
Details
Diff Detail
Event Timelinezkkxu retitled this revision from [clang][ast]: refactor printstmt merge the two for loop to [NFC] Format printstmt .Mar 5 2023, 7:54 PM This comment was removed by zkkxu. Herald added subscribers: llvm-commits, luke, • pcwang-thead and 24 others. · View Herald Transcript Comment Actions
actually, i think it do not change output zkkxu retitled this revision from [NFC] Format printstmt to [NFC] Simplify printstmt code.Mar 7 2023, 7:05 PM
Revision Contents
Diff 502509 clang/lib/AST/Stmt.cpp
llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
llvm/test/Analysis/CostModel/RISCV/reduce-add.ll
llvm/test/Analysis/CostModel/RISCV/reduce-and.ll
llvm/test/Analysis/CostModel/RISCV/reduce-fadd.ll
llvm/test/Analysis/CostModel/RISCV/reduce-max.ll
llvm/test/Analysis/CostModel/RISCV/reduce-min.ll
llvm/test/Analysis/CostModel/RISCV/reduce-or.ll
llvm/test/Analysis/CostModel/RISCV/reduce-scalable-fp.ll
llvm/test/Analysis/CostModel/RISCV/reduce-scalable-int.ll
llvm/test/Analysis/CostModel/RISCV/reduce-xor.ll
|