[all-commits] [llvm/llvm-project] b8e0f3: [ARM] Change the type of CC and VCC code in `split...
Alfie Richards via All-commits
all-commits at lists.llvm.org
Fri Mar 1 05:12:19 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b8e0f3e81e579ea6db439d39ced3926d6ae4f563
https://github.com/llvm/llvm-project/commit/b8e0f3e81e579ea6db439d39ced3926d6ae4f563
Author: Alfie Richards <156316945+AlfieRichardsArm at users.noreply.github.com>
Date: 2024-03-01 (Fri, 01 Mar 2024)
Changed paths:
M llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
Log Message:
-----------
[ARM] Change the type of CC and VCC code in `splitMnemonic`. (#83413)
This changes the type of `PredicationCode` and `VPTPredicationCode` from
`unsigned` to `ARMCC::CondCodes` and `ARMVCC::VPTCodes` resp' for
clarity and correctness.
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