See bug 39319: https://bugs.llvm.org/show_bug.cgi?id=39319
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Do we support different constants if one is literal and another one is inline constant?
s_and_b32 s2, 2, 1234
AFAIR gpu supports arbitrary number of inline constants.
Comment Actions
Do we support different constants if one is literal and another one is inline constant?
Sure. Inline constants are free. The code in this patch only limits use of literals.