[all-commits] [llvm/llvm-project] c63816: [clang][RISCVVEmitter] Remove no-op ptr-to-ptr bit...
Youngsuk Kim via All-commits
all-commits at lists.llvm.org
Sat Dec 2 10:51:12 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c6381615ef9bc869a708ab8f786c4350f7e00ee7
https://github.com/llvm/llvm-project/commit/c6381615ef9bc869a708ab8f786c4350f7e00ee7
Author: Youngsuk Kim <joseph942010 at gmail.com>
Date: 2023-12-02 (Sat, 02 Dec 2023)
Changed paths:
M clang/utils/TableGen/RISCVVEmitter.cpp
Log Message:
-----------
[clang][RISCVVEmitter] Remove no-op ptr-to-ptr bitcast (NFC) (#74179)
Remove ptr-to-ptr bitcast which was added back in
939352b6ec31db4e8defe07856868438fbc5340d . With opaque pointers, the
bitcast is now redundant.
Opaque ptr cleanup effort.
More information about the All-commits
mailing list