[llvm-branch-commits] [llvm] release/19.x: [LICM] allow MemoryAccess creation failure (#116813) (PR #117082)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Nov 21 04:18:07 PST 2024
================
@@ -192,6 +192,12 @@ class MemorySSAUpdater {
const BasicBlock *BB,
MemorySSA::InsertionPlace Point);
+ MemoryAccess *createMemoryAccessInBB2(Instruction *I,
+ MemoryAccess *Definition,
+ const BasicBlock *BB,
+ MemorySSA::InsertionPlace Point,
+ bool CreationMustSucceed = true);
----------------
DianQK wrote:
Ah, yes! :3
https://github.com/llvm/llvm-project/pull/117082
More information about the llvm-branch-commits
mailing list