[clang] [RISCV][FMV] Remove support for negative priority (PR #112161)

Craig Topper via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 16 09:45:04 PDT 2024


================
@@ -2909,18 +2909,16 @@ static int getPriorityFromAttrString(StringRef AttrStr) {
   AttrStr.split(Attrs, ';');
----------------
topperc wrote:

Should the function return `unsigned` instead of `int` now?

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


More information about the cfe-commits mailing list