[amdgpu-cfi: 1/9]: [MIR] Error on signed integer in getUnsigned - #183171
Conversation
Previously we effectively took the absolute value of the APSInt, instead diagnose the unexpected negative value. Change-Id: I4efe961e7b29fdf1d5f97df12f8139aac12c9219
a6ece64 to
15f2f56
Compare
|
Changes since last push: diff --git b/llvm/test/CodeGen/MIR/Generic/expected-unsigned.mir a/llvm/test/CodeGen/MIR/Generic/expected-unsigned.mir
@@ -1,4 +1,4 @@
-# RUN: not llc -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
+# RUN: not llc -run-pass=none -filetype=null %s 2>&1 | FileCheck %s
# Stand in as a test of all uses of MIParser::getUnsigned to ensure it
# rejects negative integers.
|
Previously we effectively took the absolute value of the APSInt, instead diagnose the unexpected negative value. Change-Id: I4efe961e7b29fdf1d5f97df12f8139aac12c9219
🛠️ Changes since last push (click to expand): |
|
🛠️ Changes since last push: none (likely a rebase) |
|
🛠️ Changes since last push: none (likely a rebase) |
15 similar comments
|
🛠️ Changes since last push: none (likely a rebase) |
|
🛠️ Changes since last push: none (likely a rebase) |
|
🛠️ Changes since last push: none (likely a rebase) |
|
🛠️ Changes since last push: none (likely a rebase) |
|
🛠️ Changes since last push: none (likely a rebase) |
|
🛠️ Changes since last push: none (likely a rebase) |
|
🛠️ Changes since last push: none (likely a rebase) |
|
🛠️ Changes since last push: none (likely a rebase) |
|
🛠️ Changes since last push: none (likely a rebase) |
|
🛠️ Changes since last push: none (likely a rebase) |
|
🛠️ Changes since last push: none (likely a rebase) |
|
🛠️ Changes since last push: none (likely a rebase) |
|
🛠️ Changes since last push: none (likely a rebase) |
|
🛠️ Changes since last push: none (likely a rebase) |
|
🛠️ Changes since last push: none (likely a rebase) |
Previously we effectively took the absolute value of the APSInt, instead
diagnose the unexpected negative value.
Change-Id: I4efe961e7b29fdf1d5f97df12f8139aac12c9219
Stack:
main(Note: Closed and merged PRs may not be reflected here and PR numbering is not stable.)