[llvm] X86: Avoid using isArch64Bit for 64-bit checks (PR #157412)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 9 02:05:15 PDT 2025


arsenm wrote:

> We have x86_64 analogues in downstream code. It will make code complicated to check a couple of them each time.

Then there should be an isX86_64 helper in Triple like other targets do 

https://github.com/llvm/llvm-project/pull/157412


More information about the llvm-commits mailing list