[all-commits] [llvm/llvm-project] 05a7b2: [RISCV] Add areInlineCompatible for riscv target (...
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Wed Mar 27 08:46:01 PDT 2024
Branch: refs/heads/users/vitalybuka/spr/instrprofiling-do-not-sanitize-pgo-instrumentation
Home: https://github.com/llvm/llvm-project
Commit: 05a7b22a0132bebe99aabee591d3acc99d793ae1
https://github.com/llvm/llvm-project/commit/05a7b22a0132bebe99aabee591d3acc99d793ae1
Author: Jianjian Guan <jacquesguan at me.com>
Date: 2024-03-27 (Wed, 27 Mar 2024)
Changed paths:
M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h
A llvm/test/Transforms/Inline/RISCV/inline-target-features.ll
A llvm/test/Transforms/Inline/RISCV/lit.local.cfg
Log Message:
-----------
[RISCV] Add areInlineCompatible for riscv target (#86639)
Inline a callee if its target-features are a subset of the callers
target-features.
Commit: 577e0ef94fb0b4ba9f97a6f58a1961f7ba247d21
https://github.com/llvm/llvm-project/commit/577e0ef94fb0b4ba9f97a6f58a1961f7ba247d21
Author: Alina Sbirlea <asbirlea at google.com>
Date: 2024-03-26 (Tue, 26 Mar 2024)
Changed paths:
M clang/unittests/AST/DeclPrinterTest.cpp
Log Message:
-----------
[clang][AST] Silence unused-value warnings in unittest DeclPrinterTest
Commit: f4783fd251040e9d94357520ba9d9ae5373d56d1
https://github.com/llvm/llvm-project/commit/f4783fd251040e9d94357520ba9d9ae5373d56d1
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2024-03-27 (Wed, 27 Mar 2024)
Changed paths:
M clang/unittests/AST/DeclPrinterTest.cpp
M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h
M llvm/test/Instrumentation/HWAddressSanitizer/globals-access.ll
A llvm/test/Transforms/Inline/RISCV/inline-target-features.ll
A llvm/test/Transforms/Inline/RISCV/lit.local.cfg
Log Message:
-----------
[𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.4
[skip ci]
Commit: 45cb6b7a7f942f8e83ea5039ca0fcee1788346b7
https://github.com/llvm/llvm-project/commit/45cb6b7a7f942f8e83ea5039ca0fcee1788346b7
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2024-03-27 (Wed, 27 Mar 2024)
Changed paths:
M clang/unittests/AST/DeclPrinterTest.cpp
M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h
M llvm/test/Instrumentation/HWAddressSanitizer/globals-access.ll
A llvm/test/Transforms/Inline/RISCV/inline-target-features.ll
A llvm/test/Transforms/Inline/RISCV/lit.local.cfg
Log Message:
-----------
rebase
Created using spr 1.3.4
Compare: https://github.com/llvm/llvm-project/compare/bd8da30930a1...45cb6b7a7f94
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