[PATCH] D127972: [AsmPrinter] Further restrict expressions supported in global initializers
Nicolai Hähnle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 21 03:33:09 PDT 2022
nhaehnle added inline comments.
================
Comment at: llvm/test/CodeGen/X86/ptrtoint-constexpr.ll:12
; CHECK: x:
-; CHECK: .quad ((0+1)&4294967295)*3
+; CHECK: .quad 3
----------------
How is this test change caused by the code change?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127972/new/
https://reviews.llvm.org/D127972
More information about the llvm-commits
mailing list