This patch removes br undef as suggested by https://discourse.llvm.org/t/please-dont-use-br-undef-in-tests-aka-please-avoid-test-cases-with-ub/63115. Script used: https://gist.github.com/kritgpt/69bfc7ef78e1784716c693d531a58adf.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
Not sure if replace_undef_X is an ideal name. Might be better to use something short like cX or condX
Comment Actions
I went for this name to avoid clashes with any existing arguments. Wasn't sure if cX or condX are already used in any of the tests.
llvm/test/CodeGen/AArch64/arm64-bitfield-extract.ll | ||
---|---|---|
1005 | This is why you are getting failed tests. % is not a valid variable name character for FileCheck. |
This is why you are getting failed tests. % is not a valid variable name character for FileCheck.