[all-commits] [llvm/llvm-project] 6d3caa: [CIR] Add invariant attribute to cir.load
Chaitanya via All-commits
all-commits at lists.llvm.org
Tue Jun 23 00:15:02 PDT 2026
Branch: refs/heads/users/skc7/cir/load_invariant
Home: https://github.com/llvm/llvm-project
Commit: 6d3caa24d62bb992d2d639984027c79b48393041
https://github.com/llvm/llvm-project/commit/6d3caa24d62bb992d2d639984027c79b48393041
Author: skc7 <Krishna.Sankisa at amd.com>
Date: 2026-06-23 (Tue, 23 Jun 2026)
Changed paths:
M clang/include/clang/CIR/Dialect/Builder/CIRBaseBuilder.h
M clang/include/clang/CIR/Dialect/IR/CIROps.td
M clang/lib/CIR/CodeGen/CIRGenBuilder.h
M clang/lib/CIR/Dialect/Transforms/FlattenCFG.cpp
M clang/lib/CIR/Dialect/Transforms/TargetLowering/CIRABIRewriteContext.cpp
M clang/lib/CIR/Dialect/Transforms/TargetLowering/LowerItaniumCXXABI.cpp
M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
A clang/test/CIR/IR/load-invariant.cir
A clang/test/CIR/Lowering/load-invariant.cir
Log Message:
-----------
[CIR] Add invariant attribute to cir.load
Commit: fc6603e59ffe89aec698efa6751a5860e63e16fa
https://github.com/llvm/llvm-project/commit/fc6603e59ffe89aec698efa6751a5860e63e16fa
Author: skc7 <Krishna.Sankisa at amd.com>
Date: 2026-06-23 (Tue, 23 Jun 2026)
Changed paths:
M clang/include/clang/CIR/Dialect/Builder/CIRBaseBuilder.h
M clang/lib/CIR/CodeGen/CIRGenItaniumCXXABI.cpp
M clang/lib/CIR/Dialect/Transforms/FlattenCFG.cpp
A clang/test/CIR/CodeGen/vtable-load-invariant.cpp
Log Message:
-----------
set it on virtual call loads
Compare: https://github.com/llvm/llvm-project/compare/efbfb2c1de87...fc6603e59ffe
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