[all-commits] [llvm/llvm-project] 676c49: [Attributor][FIX] Register right new created BB. (...
lcvon007 via All-commits
all-commits at lists.llvm.org
Wed Mar 13 01:39:09 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 676c495195748e8ab2755b62153a718a53f7dae9
https://github.com/llvm/llvm-project/commit/676c495195748e8ab2755b62153a718a53f7dae9
Author: lcvon007 <141613945+lcvon007 at users.noreply.github.com>
Date: 2024-03-13 (Wed, 13 Mar 2024)
Changed paths:
M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
Log Message:
-----------
[Attributor][FIX] Register right new created BB. (#84929)
CBBB will keep same after the first iteration so
registerManifestAddedBasicBlock would always register the same basic
block later.
Co-authored-by: laichunfeng <laichunfeng at tencent.com>
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