[all-commits] [llvm/llvm-project] a598e3: [AAInterFnReachabilityFunction][NFC] Remove unused...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Wed Jul 26 00:05:20 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a598e39063c6af611b9b1cb437421a94b2730535
https://github.com/llvm/llvm-project/commit/a598e39063c6af611b9b1cb437421a94b2730535
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2023-07-26 (Wed, 26 Jul 2023)
Changed paths:
M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
Log Message:
-----------
[AAInterFnReachabilityFunction][NFC] Remove unused members
Commit: 2f7ef7be1f5173c604150f4dd6ada04920ef11a8
https://github.com/llvm/llvm-project/commit/2f7ef7be1f5173c604150f4dd6ada04920ef11a8
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2023-07-26 (Wed, 26 Jul 2023)
Changed paths:
M llvm/lib/Transforms/IPO/Attributor.cpp
M llvm/test/Transforms/Attributor/reduced/openmp_opt_constant_type_crash.ll
Log Message:
-----------
[Attributor][FIX] Swap cases in ternary op to avoid nullptr reference
The case was wrong before, and somehow I only looked at the condition
before.
Compare: https://github.com/llvm/llvm-project/compare/7d876c62a306...2f7ef7be1f51
More information about the All-commits
mailing list