[all-commits] [llvm/llvm-project] 389ed4: [BPF] Remove unnecessary BitCast operations (#131260)
yonghong-song via All-commits
all-commits at lists.llvm.org
Fri Mar 14 07:53:50 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 389ed474e81f402294a1dc03a5ea7b039a523965
https://github.com/llvm/llvm-project/commit/389ed474e81f402294a1dc03a5ea7b039a523965
Author: yonghong-song <yhs at fb.com>
Date: 2025-03-14 (Fri, 14 Mar 2025)
Changed paths:
M llvm/lib/Target/BPF/BPFAbstractMemberAccess.cpp
Log Message:
-----------
[BPF] Remove unnecessary BitCast operations (#131260)
In [1], Nikita Popov spotted that two BitCast operations are not needed
with opaque pointers. So remove these two BitCast operations and adjust
corresponding comments as well.
[1] https://github.com/llvm/llvm-project/pull/130722
Co-authored-by: Yonghong Song <yonghong.song at linux.dev>
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