[all-commits] [llvm/llvm-project] 96113a: [Clang] Use llvm.ptrmask to mask out thumb bit (#1...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Mar 2 01:51:20 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 96113ac416e7af1343d4ca9620ac312c301e9fc7
https://github.com/llvm/llvm-project/commit/96113ac416e7af1343d4ca9620ac312c301e9fc7
Author: Nikita Popov <npopov at redhat.com>
Date: 2026-03-02 (Mon, 02 Mar 2026)
Changed paths:
M clang/lib/CodeGen/CGExpr.cpp
M clang/test/CodeGen/ubsan-function-sugared.cpp
M clang/test/CodeGen/ubsan-function.cpp
Log Message:
-----------
[Clang] Use llvm.ptrmask to mask out thumb bit (#183535)
Use llvm.ptrmask instead of a ptrtoint + and + inttoptr sequence to mask
out the thumb bit.
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